Skip to main content

TcxCustomGridTableItemOptions.FilteringFilteredItemsListShowFilteredItemsOnly Property

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

Declaration

property FilteringFilteredItemsListShowFilteredItemsOnly: 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 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 grid items, to provide more options for filter customization.

Note

The FilteringFilteredItemsListShowFilteredItemsOnly property is in effect only if the FilteringFilteredItemsList property is set to True.

The default value of the FilteringFilteredItemsListShowFilteredItemsOnly property is True.

See Also