TreeListColumn.MRUFilters Property
Provides access to the column’s recently used filters.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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.