TreeListOptionsFilter.MRUColumnFilterListCount Property
In This Article
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 MRUColumn |
---|---|
Tree |
|
#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