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

PivotGridControl.OptionsFilter Property

Gets the access to the Pivot Grid’s filtering options.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[PivotAPIMemberCategory(APICategory.RelationalSource)]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public virtual PivotGridOptionsFilter OptionsFilter { get; }

Property Value

Type Description
PivotGridOptionsFilter

A PivotGridOptionsFilter object that specifies filtering settings.

See Also