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

PivotGridWebOptionsFilter.ShowListBoxSearchUI Property

Gets or sets whether to enable the search control to locate items displayed within the filter dialog.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

True, if the search control is shown; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowListBoxSearchUI
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsFilter .ShowListBoxSearchUI
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsFilter .ShowListBoxSearchUI
PivotGridSettings
.OptionsFilter .ShowListBoxSearchUI

Remarks

When the ShowListBoxSearchUI is set to true, the search control is shown, as illustrated in the picture below. It allows you to locate items displayed within a list. When the end-user types a text in the search control, the list displays the items whose name matches the entered string.

PivotGridWebOptionsFilter.ShowListBoxSearchUI

See Also