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

PivotGridWebFieldOptionsFilter.OptionsListBoxSearchUI Property

Provides access to options that define the search string appearance and behavior in the filter popup for the current field.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridFilterListBoxSearchUIWebOptions OptionsListBoxSearchUI { get; }

Property Value

Type Description
DevExpress.Web.ASPxPivotGrid.PivotGridFilterListBoxSearchUIWebOptions

A DevExpress.Web.ASPxPivotGrid.PivotGridFilterListBoxSearchUIWebOptions object containing the filter popup options.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to OptionsListBoxSearchUI
ASP.NET Controls and MVC Extensions PivotGridField
.OptionsFilter .OptionsListBoxSearchUI
ASP.NET MVC Extensions MVCxPivotGridField
.OptionsFilter .OptionsListBoxSearchUI
See Also