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

TreeListOptionsFilter.MRUColumnFilterListCount Property

Gets or sets the maximum number of items that the column’s MRU Filter Lists can store.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 5

An integer specifying the maximum number of items that the column’s MRU Filter Lists can store.

Property Paths

You can access this nested property as listed below:

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

Remarks

When an end-user selects a specific item from a Column’s Filter DropDown, this item is copied to the column’s MRU Filter List. Such lists are supported by each column. The MRUColumnFilterListCount property specifies the capacity of these lists.

See Also