SpinEditNumberType Enum
Specifies possible editing modes of the SpinEdit control.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
Members
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
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
See Also