GridHeaderFilterListBoxSearchUIVisibility Enum
Lists values that specify the display of the Search UI within the grid’s header filter dropdown.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Visible
|
Search UI is visible within the grid’s header filter dropdown. |
Hidden
|
Search UI is hidden within the grid’s header filter dropdown. |
Auto
|
Search UI’s visibility depends upon the ASPxGridSettings.ShowHeaderFilterListBoxSearchUI property’s value. |
Related API Members
The following properties accept/return GridHeaderFilterListBoxSearchUIVisibility values:
See Also