SpinEditNumberFormat Enum
Specifies possible display formats for a spin editor’s value.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Custom | The displayed number is represented using a custom format pattern specified via the Spin |
Currency | The displayed number is represented using a format pattern for a currency value (which is associated with the ‘c’ format character). |
Percent | The displayed number is represented using a format pattern for a percentage value (which is associated with the ‘{0}%’ custom format string). |
Number | The displayed number is represented using a general format pattern for a number value (which is associated with the ‘g’ format character). |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.