Skip to main content
All docs
V25.1
  • Tab

    GridDataColumnHeaderFilterSettings.NumericRangeSpinEditSettings Property

    Gets the settings of the header filter spin editor.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    #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