aspnet-devexpress-dot-web-978003d0.md
Use the GridHeaderFilterMode enum instead.
Lists values that specify the header filter mode used in a grid. This enumeration is now obsolete. Use the GridHeaderFilterMode enumeration instead.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[Obsolete("Use the GridHeaderFilterMode enum instead.")]
public enum HeaderFilterMode
<Obsolete("Use the GridHeaderFilterMode enum instead.")>
Public Enum HeaderFilterMode
| Name | Description |
|---|---|
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.
|
See Also