Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewFiltering.RowMRUItemsList Property

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.FilteringMRUItemsList property.

The default value of the RowMRUItemsList property is True.

See Also