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

PivotGridControl.PrefilterString Property

Gets or sets the filter expression specified by the Prefilter.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public string PrefilterString { get; set; }

Property Value

Type Description
String

A String value that specifies the filter expression.

Remarks

The PrefilterString property specifies the textual representation of the prefilter criteria, which is constructed using a specific criteria language. To learn more about the criteria syntax, see the Pivot Grid Expression Syntax document.

You can also specify the prefliter criteria using the PivotGridControl.PrefilterCriteria property. After the criteria has been changed, the PivotGridControl.PrefilterCriteriaChanged event is fired.

To learn more, see Prefilter.

See Also