Skip to main content
All docs
V23.2
Tab

GridColumnNumericRangeSpinEditSettings.DecimalPlaces Property

Specifies the number of decimal places to display for the numbers in the spin editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int DecimalPlaces { get; set; }

Property Value

Type Default Description
Int32 0

The number of decimal places.

Property Paths

You can access this nested property as listed below:

Object Type Path to DecimalPlaces
GridDataColumnHeaderFilterSettings
See Also