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

ListBoxFilteringSettings.ShowSearchUI Property

Gets or sets a value specifying whether the ASPxListBox‘s search UI is visible.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to display the search UI within the list box; otherwise, false.

Property Paths

You can access this nested property as listed below:

Remarks

Use the ShowSearchUI property to control whether the search UI is visible within the list box.

ASPxlistBox-SearchUI

To enable the search UI’s compact mode, use the ListBoxFilteringSettings.UseCompactView property.

ASPxlistBox-SearchUICompact

See Also