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.RowFilteredItemsList Property

Specifies whether to display all or only filtered items in filter dropdowns.

#Declaration

Delphi
property RowFilteredItemsList: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

A filter dropdown displays filtered items for its card row only if both this property and the card row’s Options.FilteringFilteredItemsList property are set to True. Use the RowFilteredItemsListShowFilteredItemsOnly property to reduce the number of filtered items included in the dropdown.

The default value of the RowFilteredItemsList property is False.

See Also