SaaS CMS has officially launched! Learn more now.

Class NumericEditorDescriptor

Base class for all numeric type's editor descriptor

Namespace: EPiServer.Shell.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
public abstract class NumericEditorDescriptor : EditorDescriptor, IMetadataExtender, IMetadataHandler

Constructors

NumericEditorDescriptor(Object, Object)

Initializes a new instance of the NumericEditorDescriptor class.

Declaration
protected NumericEditorDescriptor(object min, object max)
Parameters
Type Name Description
System.Object min
System.Object max

NumericEditorDescriptor(Object, Object, Int32)

Initializes a new instance of the NumericEditorDescriptor class.

Declaration
protected NumericEditorDescriptor(object min, object max, int significantDigits)
Parameters
Type Name Description
System.Object min
System.Object max
System.Int32 significantDigits

Properties

DefaultValue

Gets or sets the default binding value.

Declaration
public override object DefaultValue { get; set; }
Property Value
Type Description
System.Object

The default binding value.

Overrides

Implements