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.v19.2.dll

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:

Object Type Path to ShowListBoxSearchUI
ASPxPivotGrid
.OptionsFilter.ShowListBoxSearchUI
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

Note

If the PivotGridWebOptionsFilter.NativeCheckBoxes property is set to true, the ShowListBoxSearchUI property value is ignored.

Note

If the ShowListBoxSearchUI property is set to true, the PivotGridWebOptionsFilter.ShowHiddenItems property value is ignored.

See Also