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

PivotGridControl.MRUFilters Property

Gets the MRU Filter List.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public ReadOnlyObservableCollection<CriteriaOperatorInfo> MRUFilters { get; }

Property Value

Type Description
ReadOnlyObservableCollection<DevExpress.Xpf.Core.CriteriaOperatorInfo>

A read-only collection that represents the MRU Filter List.

Remarks

To add or remove a criterion from the MRU Filter List, use the PivotGridControl.AddMRUFilter and PivotGridControl.RemoveMRUFilter methods, respectively. To clear the list, use the PivotGridControl.ClearMRUFilter method.

Use the PivotGridControl.MRUFilterListCount property, to obtain the number of criteria stored into the MRU filter list.

See Also