Skip to main content

PivotGridControl.OptionsFilterPopup Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

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