PivotGridControl.AddMRUFilter(CriteriaOperator) Method
Adds a new criterion to the MRU Filter List.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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