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.1.dll
NuGet Package: DevExpress.Web
Declaration
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 Web Forms Controls | ASPxPivotGrid |
|
ASP.NET MVC Extensions | PivotGridSettings |
|
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.
See Also