GridHeaderFilterListBoxSearchUISettings.Visibility Property
Gets or sets a value specifying the search UI visibility mode within the ASPxGridView header filter.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(GridHeaderFilterListBoxSearchUIVisibility.Auto)]
public GridHeaderFilterListBoxSearchUIVisibility Visibility { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Auto | One of the Grid |
Available values:
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 |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Visibility |
---|---|
Grid |
|
#Remarks
Use the Visibility property to control whether the search UI is visible within the ASPxGridView Header Filter.
To enable the search UI’s compact mode, use the GridHeaderFilterListBoxSearchUISettings.UseCompactView property.