DataControlBase.MRUColumnFilterListCount Property
Gets or sets the maximum number of most recently used (MRU) filter items displayed in the column’s Drop-down Filter. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 5 | The maximum number of most recently used (MRU) filter items displayed in the column’s Drop-down Filter. |
Remarks
To display most recently used (MRU) filter items in the Drop-down Filter, set the DataControlBase.AllowColumnMRUFilterList property to true
See Also