Back to Devexpress

TreeListColumn.MRUFilters Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-fc977251.md

latest2.4 KB
Original Source

TreeListColumn.MRUFilters Property

Provides access to the column’s recently used filters.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public TreeListFilterInfoCollection MRUFilters { get; }
vb
<Browsable(False)>
Public ReadOnly Property MRUFilters As TreeListFilterInfoCollection

Property Value

TypeDescription
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.

See Also

AllowMRUFilterList

Filtering

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace