Skip to main content

GridHeaderFilterMode Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum GridHeaderFilterMode

Members

Name Description
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.

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.

DateRangePicker

For date columns only. The header filter displays a date range picker and a set of predefined items.

DateRangeCalendar

For date columns only. The header filter displays a calendar and a set of predefined items.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also