Skip to main content
A newer version of this page is available. .

TcxCustomGridTableFiltering.MRUItemsList Property

Specifies if the filter panel displays a filter MRU list button when the text filter criteria display style is active.

Declaration

property MRUItemsList: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

If True, the filter MRU list button is available if the text filter criteria display style is active.

Remarks

A filter drop-down window for the filter panel is similar to filter drop-down windows available for View items (columns or card rows). The filter panel’s drop-down window lists all filter criteria previously applied to the grid View. The list is populated in chronological order where the most recently used filter criterion is on top. You can set the MRUItemsList property to False to disable the filter drop-down window for the filter panel.

You can use the MRUItemsListCount property and the grid View’s FilterBox.MRUItemsListDropDownCount property to limit the size of the most recently used item list and the number of simultaneously displayed filter criteria.

Note

The MRUItemsList property value is ignored if the token filter criteria display style is active because the filter panel’s layout does not include the MRU list button.

The MRUItemsList property’s default value is True.

See Also