Back to Devexpress

ListBoxFilteringSettings.ShowSearchUI Property

aspnet-devexpress-dot-web-dot-listboxfilteringsettings.md

latest2.3 KB
Original Source

ListBoxFilteringSettings.ShowSearchUI Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowSearchUI { get; set; }
vb
<DefaultValue(False)>
Public Property ShowSearchUI As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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.

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

See Also

UseCompactView

ASPxListBox - Filtering

MVC ListBox - Filtering

ListBoxFilteringSettings Class

ListBoxFilteringSettings Members

DevExpress.Web Namespace