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

PivotGridControl.Prefilter Property

Gets the Prefilter’s settings.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public Prefilter Prefilter { get; }

Property Value

Type Description
Prefilter

A Prefilter object that contains the Prefilter’s settings.

Remarks

A filter editor - Prefilter, enables end-users to build complex filter criteria with an unlimited number of filter conditions, combined by logical operators. The resulting filter condition will be combined with the field-based filter criteria by the AND Boolean operator.

The Prefilter provides a set of logical operators that significantly simplify the process of creating filters for text, numeric and date-time fields.

xtrapivotgrid_prefilter

Note

The Prefilter is not supported in OLAP mode.

See Also