Back to Devexpress

ASPxSpinEdit.DecimalPlaces Property

aspnet-devexpress-dot-web-dot-aspxspinedit-0f519371.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(0)]
public int DecimalPlaces { get; set; }
vb
<DefaultValue(0)>
Public Property DecimalPlaces As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the number of decimal places.

|

Remarks

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

See Also

Spin Editor

ASPxSpinEdit Class

ASPxSpinEdit Members

DevExpress.Web Namespace