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

PivotGridSettings.Prefilter Property

Gets the Prefilter‘s settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public WebPrefilter Prefilter { get; }

Property Value

Type Description
WebPrefilter

A WebPrefilter 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.

ASPxPivotGrid_Prefilter

To apply a filter expression in code, use the WebPrefilter.Criteria or WebPrefilter.CriteriaString property.

Note

The Prefilter is not supported in OLAP mode.

See Also