Back to Devexpress

TreeList.MRUFilters Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-2d43ddd6.md

latest2.1 KB
Original Source

TreeList.MRUFilters Property

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty(true, false, true, 2147483645)]
[XtraSerializablePropertyId(3)]
public TreeListFilterInfoCollection MRUFilters { get; }
vb
<Browsable(False)>
<XtraSerializableProperty(True, False, True, 2147483645)>
<XtraSerializablePropertyId(3)>
Public ReadOnly Property MRUFilters As TreeListFilterInfoCollection

Property Value

TypeDescription
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

Filtering

Filter Panel

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace