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

PivotGridControl.ResetPrefilter() Method

Clears the filter criteria 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 virtual void ResetPrefilter()

Remarks

The ResetPrefilter method sets the PivotGridControl.PrefilterCriteria property to null and enables the PivotGridControl.IsPrefilterEnabled option.

See Also