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

PivotGridControl.ResetFilterCriteria() Method

Clears the filter criteria specified by the Filter Editor.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public virtual void ResetFilterCriteria()

Remarks

The ResetPrefilter method sets the PivotGridControl.FilterCriteria property to null and enables the PivotGridControl.IsFilterEnabled option.

See Also