ASPxSpinEdit.NumberType Property
Gets or sets a value that specifies whether a spin editor edits float or integer values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(SpinEditNumberType.Float)]
public SpinEditNumberType NumberType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Spin |
Float | A Spin |
Available values:
Name | Description |
---|---|
Integer | Float value input is disabled and float values displayed within the editor are automatically rounded after they has been modified. |
Float | Float value input is enabled. |
#Remarks
This property is a wrapper of the SpinEditProperties.NumberType property.
Note
If the Number