GridDataColumnHeaderFilterSettings.NumericRangeSpinEditSettings Property
Gets the settings of the header filter spin editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also