A newer version of this page is available.
Switch to the current version.
ASPxSpinEdit.Increment Property
Gets or sets the value by which the spin editor's value is changed when clicking a small increment/decrement spin button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(typeof(decimal), "1")]
public decimal Increment { get; set; }
<DefaultValue(GetType(Decimal), "1")>
Public Property Increment As Decimal
Property Value
Type | Default | Description |
---|---|---|
Decimal | "1" |
A decimal value representing the increment for the spin editor. |
Remarks
This property is a wrapper of the SpinEditProperties.Increment property.
See Also
Feedback