Skip to main content
Tab

ListBoxFilteringSettings.ShowSearchUI Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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:

Object Type Path to ShowSearchUI
ASPxListBox
.FilteringSettings .ShowSearchUI
ListBoxProperties
.FilteringSettings .ShowSearchUI

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