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

TreeListOptionsFilter.AllowMRUFilterList Property

Gets or sets whether the TreeList’s MRU Filter List is enabled.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowMRUFilterList { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the MRU Filter List is enabled; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowMRUFilterList
WinForms Controls ResourcesTree
.OptionsFilter.AllowMRUFilterList
TreeList
.OptionsFilter.AllowMRUFilterList
Reporting XRDesignFieldList
.OptionsFilter.AllowMRUFilterList
XRDesignReportExplorer
.OptionsFilter.AllowMRUFilterList

Remarks

Set the AllowMRUFilterList property to true to enable the MRU Filter List in the Filter Panel. This contains a list of the most recently used (MRU) filter conditions. The TreeListOptionsFilter.MRUFilterListPopupCount property specifies how many items are simultaneously visible within the list.

See Also