TcxGridCardViewFiltering.RowMRUItemsList Property
In This Article
Specifies whether filter dropdowns for card rows should display the most recently used filter items.
#Declaration
Delphi
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.
The default value of the RowMRUItemsList property is True.
See Also