Skip to main content
Tab

ASPxSpinEdit.DecimalPlaces Property

Gets or sets 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

An integer value that specifies the number of decimal places.

Remarks

This property is a wrapper of the SpinEditProperties.DecimalPlaces property.

See Also