Skip to main content
Tab

GridHeaderFilterMode Enum

Lists values that specify the header filter mode used in a grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum GridHeaderFilterMode

Members

Name Description Image
Default

For date columns is equal to the DateRangePicker value, for other columns is equal to the List value.

List

The header filter is displayed as a regular list of filter items. Clicking an item invokes a corresponding action and automatically closes the dropdown.

Grid Header Filter List

CheckedList

The header filter is displayed as a checked list of filter items. In this mode, an end-user can select more than one item simultaneously. When the dropdown window is closed by clicking the OK button, the grid will display those records that contain the checked values.

Grid Header Filter Check List

DateRangePicker

(For date columns only). The header filter displays a date range picker and a set of predefined items. Use the SettingsHeaderFilter.DateRangePickerSettings property to customize the editor settings.

Grid_Date Range Picker

DateRangeCalendar

(For date columns only). The header filter displays a calendar and a set of predefined items. Use the SettingsHeaderFilter.DateRangeCalendarSettings property to customize the calendar settings.

Grid Date Range Calendar

NumericRangePicker

(For numeric columns only). The header filter displays two spin editors and a track bar. Use the NumericRangeSpinEditSettings and NumericRangeTrackBarSettings properties to customize settings of the spin editors and track bar.

Grid Numeric Range Picker

Related API Members

The following properties accept/return GridHeaderFilterMode values:

See Also