Skip to main content
All docs
V23.2
Tab

GridColumnNumericRangeSpinEditSettings.LargeIncrement Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(decimal), "10")]
public decimal LargeIncrement { get; set; }

Property Value

Type Default Description
Decimal "10"

The large increment value.

Property Paths

You can access this nested property as listed below:

Object Type Path to LargeIncrement
GridDataColumnHeaderFilterSettings
.NumericRangeSpinEditSettings .LargeIncrement
See Also