Skip to main content

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.v23.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:

Object Type Path to OptionsListBoxSearchUI
PivotGridField
.OptionsFilter .OptionsListBoxSearchUI
See Also