Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeList.MRUFilters Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

#Declaration

[Browsable(false)]
[XtraSerializableProperty(true, false, true, 2147483645)]
[XtraSerializablePropertyId(3)]
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 TreeList.OptionsFilter.AllowMRUFilterList property is set to true. The maximum number of MRU filters is specified by the TreeList.OptionsFilter.MRUFilterListPopupCount property.

See Also