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

FilteringPanelControl.MRUFilters Property

Gets the collection of recently used filters.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ReadOnlyObservableCollection<CriteriaOperator> MRUFilters { get; }

Property Value

Type Description
ReadOnlyObservableCollection<CriteriaOperator>

The collection of recently used filters.

See Also