Skip to main content
All docs
V23.2
Tab

GridColumnNumericRangeSpinEditSettings.Increment Property

Specifies the amount by which the spin editor’s value is changed when a user clicks a small increment/decrement spin button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(decimal), "1")]
public decimal Increment { get; set; }

Property Value

Type Default Description
Decimal "1"

The small increment value.

Property Paths

You can access this nested property as listed below:

Object Type Path to Increment
GridDataColumnHeaderFilterSettings
See Also