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

PivotGridControl.ClearMRUFilter() Method

Clears the MRU Filter List.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public void ClearMRUFilter()

Remarks

To remove a particular criterion from the MRU Filter List, use the PivotGridControl.RemoveMRUFilter method.

See Also