Skip to main content

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.v24.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 MVC Extensions PivotGridSettings
.OptionsFilter .ShowListBoxSearchUI
ASP.NET Web Forms Controls ASPxPivotGrid
.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