Class NumberEditor
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents a number editor.
public abstract class NumberEditor : Editor
- Inheritance
-
NumberEditor
- Derived
- Inherited Members
Constructors
NumberEditor()
Initializes a new instance of an object.
protected NumberEditor()
Properties
AllowDecimalPoints
Gets or sets value indicating whether to allow decimal points.
public virtual bool AllowDecimalPoints { get; }
Property Value
DataType
Gets the data type for this editor.
public override Type DataType { get; }
Property Value
NumberCulture
Gets the number culture settings.
public static CultureInfo NumberCulture { get; }
Property Value
Methods
GetMaxValue()
REturns the maximum value.
public object GetMaxValue()
Returns
- object
Maximum value.
GetMinValue()
Returns the minimum value.
public object GetMinValue()
Returns
- object
Minimum value.