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

TreeListOptionsFilter.MRUColumnFilterListCount Property

Gets or sets the maximum number of items in the pop-up filter menu‘s most recently used filter list.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DefaultValue(5)]
[XtraSerializableProperty]
public virtual int MRUColumnFilterListCount { get; set; }

Property Value

Type Default Description
Int32 5

An integer that specifies the maximum number of items in the MRU filter list.

Property Paths

You can access this nested property as listed below:

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

Remarks

When a user selects a value in the pop-up filter menu, this value is added to the menu’s MRU filter list. The MRUColumnFilterListCount property specifies the MRU list capacity.

See Also