DataControlBase.MRUColumnFilterListCount Property
Gets or sets the maximum number of the most recently used (MRU) filter conditions displayed within the column's Filter Dropdown. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the maximum number of the most recently used (MRU) filter conditions displayed within the column's filter dropdown. |
#Remarks
When an end-user selects a specific item from a column's filter dropdown list, this item is copied to the column's MRU Filter List. Such lists are supported by each column. The MRUColumnFilterListCount property specifies the capacity of these lists.
If the View's DataControlBase.AllowColumnMRUFilterList property is set to true, the MRU filter items are displayed at the top of the column's filter dropdown list.