Skip to main content

TcxCustomGridTableFiltering.ItemMRUItemsList Property

Specifies whether filter dropdowns for View items (columns or card rows) should display the most recently used filter items.

Declaration

property ItemMRUItemsList: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

A filter drop-down window for View items (columns or card rows) can display a list of the most recently used filter criteria (MRU list for short). The ItemMRUItemsListCount property value limits the MRU list size. You can set the ItemMRUItemsList property to False to disable MRU filter item lists for View items.

Note

To disable the list of most recently used filter items for a column or card row, set its Options.FilteringMRUItemsList property to False.

The ItemMRUItemsList property’s default value is True.

See Also