Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

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

#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:

Object Type Path to MRUColumnFilterListCount
TreeList
.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