Skip to main content
All docs
V25.1
  • Tab

    GridColumnNumericRangeTrackBarSettings.ShowChangeButtons Property

    Specifies whether decrement and increment buttons are visible.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

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

    Property Value

    Type Default Description
    Boolean false

    true to display the buttons; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ShowChangeButtons
    GridDataColumnHeaderFilterSettings
    .NumericRangeTrackBarSettings .ShowChangeButtons
    See Also