GridDataColumnHeaderFilterSettings.NumericRangeSpinEditSettings Property
In This Article
Gets the settings of the header filter spin editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridColumnNumericRangeSpinEditSettings NumericRangeSpinEditSettings { get; }
#Property Value
Type | Description |
---|---|
Grid |
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