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

TcxGridCardViewFiltering.RowFilteredItemsList Property

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

Declaration

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