Skip to main content

DataControlBase.MRUFilters Property

Gets the collection of recently used filters.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

[GridUIProperty]
[XtraSerializableProperty(true, false, true, 2147483645)]
[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 specified by DevExpress.Xpf.Core.CriteriaOperatorInfo objects.

See Also