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

PivotGridField.OptionsFilter Property

Provides access to options specifying the filter popup appearance and behavior for the current field.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridWebFieldOptionsFilter OptionsFilter { get; }

Property Value

Type Description
PivotGridWebFieldOptionsFilter

A PivotGridWebFieldOptionsFilter value containing filter popup options.

See Also