Skip to main content
A newer version of this page is available. .
Tab

GridHeaderFilterListBoxSearchUISettings.UseCompactView Property

Gets or sets a value specifying whether the list box’s search UI is displayed in Compact mode within the ASPxGridView header filter dropdown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool UseCompactView { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to display the search UI in Compact mode; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UseCompactView
ASP.NET Controls and MVC Extensions TreeListColumnSettingsHeaderFilter
.ListBoxSearchUISettings.UseCompactView
CardViewDataColumnHeaderFilterSettings
.ListBoxSearchUISettings.UseCompactView
GridDataColumnHeaderFilterSettings
.ListBoxSearchUISettings.UseCompactView
GridViewDataColumnHeaderFilterSettings
.ListBoxSearchUISettings.UseCompactView
VerticalGridDataRowHeaderFilterSettings
.ListBoxSearchUISettings.UseCompactView
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.ListBoxSearchUISettings.UseCompactView
BootstrapGridViewDataColumnHeaderFilterSettings
.ListBoxSearchUISettings.UseCompactView

Remarks

Use the UseCompactView property to display the search UI in Compact mode within the ASPxGridView header filter dropdown. To control the search UI visibility, use the GridHeaderFilterListBoxSearchUISettings.Visibility property.

ASPxGridView-SearchUI-CompactView

Note

The UseCompactView property is not in effect if a list box has several columns.

See Also