Skip to main content
All docs
V25.1
  • Tab

    GridColumnNumericRangeSpinEditSettings.ShowIncrementButtons Property

    Specifies whether the spin editor displays small increment buttons.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

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

    Property Value

    Type Default Description
    Boolean false

    true to display small increment buttons; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

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