ASPxSpinEdit.LargeIncrement Property
In This Article
Gets or sets the amount by which the spin editor’s value is changed when clicking a large increment/decrement spin button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Decimal | "10" | A Decimal value representing the large increment for the spin editor. |
#Remarks
This property is a wrapper of the SpinEditProperties.LargeIncrement property.
See Also