Skip to main content

TcxGridCardViewFiltering.RowMRUItemsList Property

Specifies whether filter dropdowns for card rows should display the most recently used filter items.

Declaration

property RowMRUItemsList: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If the RowMRUItemsList property’s value is True, filter dropdowns for card rows display the most recently used filter items at the top of the list. The maximum number of most recently used filter items that can be displayed within the list is specified by the RowMRUItemsListCount property value.

Note

To disable the most recently used list for a particular card row, set its Options.FilteringMRUItemsList property.

The default value of the RowMRUItemsList property is True.

See Also