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

ListBoxFilteringSettings.UseCompactView Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Remarks

Use the UseCompactView property to display the list box’s search UI in Compact mode. To control the search UI visibility, use the ListBoxFilteringSettings.ShowSearchUI property.

ASPxListBox-UseCompactView

Note

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

See Also