PivotGridControl.OptionsFilterPopup Property
In This Article
Provides access to options that define the Classic filter popup’s appearance and behavior.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public PivotGridOptionsFilterPopup OptionsFilterPopup { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also