GridHeaderFilterListBoxSearchUIVisibility Enum
In This Article
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
NuGet Package: DevExpress.Web
#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 ASPx |
#Related API Members
The following properties accept/return GridHeaderFilterListBoxSearchUIVisibility values:
See Also