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

XRPivotGrid.Prefilter Property

Provides access to the Prefilter settings that enable filtering the incoming data.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatData)]
public XRPrefilter Prefilter { get; }

Property Value

Type Description
XRPrefilter

An XRPrefilter 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 with 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.

Note

The Prefilter is not supported in OLAP mode.

See Also