Skip to main content

TcxCustomGridTableFiltering.ItemFilteredItemsList Property

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

Declaration

property ItemFilteredItemsList: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

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

The default value of the ItemFilteredItemsList property is False.

See Also