Skip to main content
A newer version of this page is available. .

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

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