ListBoxFilteringSettings.ShowSearchUI Property
Gets or sets a value specifying whether the ASPxListBox‘s search UI is visible.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ShowSearchUI |
|---|---|
| ASPxListBox |
|
| ListBoxProperties |
|
Remarks
Use the ShowSearchUI property to control whether the search UI is visible within the list box.

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

See Also