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

DataControlBase.MRUFilters Property

Gets the collection of recently used filters.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

[Browsable(false)]
public ReadOnlyObservableCollection<CriteriaOperatorInfo> MRUFilters { get; }

Property Value

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

The read-only collection of MRU filters.

Remarks

The MRUFilters collection contains recently used filters (MRU). Individual filters are represented by DevExpress.Xpf.Core.CriteriaOperatorInfo objects.

See Also