SpinEditProperties.DecimalPlaces Property
In This Article
Gets or sets the number of decimal places to display for the numbers in the spin editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value that specifies the number of decimal places. |
#Remarks
Note
By default, the Decimal
The appropriate decimal symbol is determined by the culture-specific settings of the application’s server.
Note
The Decimal
See Also