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

Specifies if each filter dropdown set to display filtered items for a card row includes only those that correspond to the card row’s values stored in filtered records.

#Declaration

Delphi
property RowFilteredItemsListShowFilteredItemsOnly: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Assign True to both this property and a card row’s Options.FilteringFilteredItemsListShowFilteredItemsOnly property to limit dropdown items only to those whose values meet the View’s active filter. Otherwise, the dropdown also includes items whose values are contained in records that meet filter conditions built only with other card rows, to provide more options for filter customization.

Note

The RowFilteredItemsListShowFilteredItemsOnly property is in effect only if the RowFilteredItemsList property is set to True and only for card rows whose Options.FilteringFilteredItemsList property is set to True.

The default value of the RowFilteredItemsListShowFilteredItemsOnly property is True.

See Also