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

TreeList.MRUFilters Property

Provides access to the TreeList’s most recently used filters.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(true, false, true, 2147483645)]
public TreeListFilterInfoCollection MRUFilters { get; }

Property Value

Type Description
DevExpress.XtraTreeList.TreeListFilterInfoCollection

A DevExpress.XtraTreeList.TreeListFilterInfoCollection object that stores the recently used filters.

Remarks

The recently used filters are displayed by the TreeList’s MRU Filter List (Filter Panel) provided that the TreeListOptionsFilter.AllowMRUFilterList property is set to true. The maximum number of MRU filters is specified by the TreeListOptionsFilter.MRUFilterListPopupCount property.

See Also