Skip to main content
All docs
V23.2
Tab

GridDataColumnHeaderFilterSettings.NumericRangeSpinEditSettings Property

Gets the settings of the header filter spin editor.

Namespace: DevExpress.Web

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