Skip to main content
A newer version of this page is available. .
All docs
V22.1
Tab

GridDataColumnHeaderFilterSettings.NumericRangeSpinEditSettings Property

Gets the settings of the header filter spin editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v22.1.dll

NuGet Package: DevExpress.Web

Declaration

public GridColumnNumericRangeSpinEditSettings NumericRangeSpinEditSettings { get; }

Property Value

Type Description
GridColumnNumericRangeSpinEditSettings

An object that contains the spin editor settings.

Remarks

When a numeric column’s SettingsHeaderFilter.Mode property is set to NumericRangePicker, the column header filter displays two spin editors and a track bar that allow users to select a numeric period. Use the NumericRangeSpinEditSettings property to access and customize the spin editor settings.

Run Demo: Range Header Filter

See Also