Skip to main content

TcxCustomGridTableItemOptions.FilteringFilteredItemsList Property

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

Declaration

property FilteringFilteredItemsList: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

This property specifies the above condition for a particular grid item (column, card row, or data item) and its filter dropdown, unlike the following View properties that apply to the entire View and its filter dropdowns:

Assign True to both the View’s property and the FilteringFilteredItemsList property, to display only filtered items in the filter dropdown. Otherwise, it displays all filter items. To reduce the number of filtered items included in the dropdown, use the FilteringFilteredItemsListShowFilteredItemsOnly property.

The default value of the FilteringFilteredItemsList property is True.

See Also