Skip to main content
All docs
V23.2
Tab

GridColumnNumericRangeSpinEditSettings.ShowLargeIncrementButtons Property

Specifies whether the spin editor displays large increment buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowLargeIncrementButtons { get; set; }

Property Value

Type Default Description
Boolean false

true to display large increment buttons; otherwise, false.

Property Paths

You can access this nested property as listed below:

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