Skip to main content

TcxGridTableFiltering.ColumnMRUItemsList Property

Specifies if filter pop-up windows for columns should display the most recently used filter items.

Declaration

property ColumnMRUItemsList: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True
True
Default. Filter pop-up windows for columns display the most recently used filter items (MRU) at the top of the list. You can use the ColumnMRUItemsListCount property to limit the maximum number of MRU filter items.
False
The MRU list does not appear.

Remarks

To disable the MRU list for an individual column, set the column’s Options.FilteringMRUItemsList property to False.

Default Value

The ColumnMRUItemsList property’s default value is True.

See Also