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

TreeListColumn.MRUFilters Property

Provides access to the column’s recently used filters.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Browsable(false)]
public TreeListFilterInfoCollection MRUFilters { get; }

Property Value

Type Description
DevExpress.XtraTreeList.TreeListFilterInfoCollection

A DevExpress.XtraTreeList.TreeListFilterInfoCollection object that stores the recently used filters for the column.

Remarks

The MRUFilters property stores the unique filters which have recently been applied to the current column.

The recently used filters are displayed by the Column’s Filter DropDown, provided that the TreeListOptionsFilter.AllowColumnMRUFilterList property is set to true. The capacity of the collection is controlled by the TreeListOptionsFilter.MRUColumnFilterListCount property. As a result, this property also controls the maximum number of MRU items that the filter drop-down list can display.

Column's MRU Filters List

See Also