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

PivotGridControl.OptionsFilterPopup Property

Provides access to options that define the Classic filter popup’s appearance and behavior.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public PivotGridOptionsFilterPopup OptionsFilterPopup { get; }

Property Value

Type Description
PivotGridOptionsFilterPopup

A PivotGridOptionsFilterPopup object that specifies the appearance and behavior of the Classic filter popup.

See Also