Skip to main content
All docs
V23.2
Tab

GridColumnNumericRangeTrackBarSettings.ShowChangeButtons Property

Specifies whether decrement and increment buttons are visible.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.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