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

PivotGridControl.AddMRUFilter(CriteriaOperator) Method

Adds a new criterion to 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 AddMRUFilter(
    CriteriaOperator filterCriteria
)

Parameters

Name Type Description
filterCriteria CriteriaOperator

A CriteriaOperator object that represents the criterion that should be added to the MRU filter list.

Remarks

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

See Also