TcxCustomGridTableFiltering.ItemFilteredItemsListShowFilteredItemsOnly Property
Specifies if each 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 ItemFilteredItemsListShowFilteredItemsOnly: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Assign True to both this property and a grid item’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 grid items, to provide more options for filter customization.
Note
The ItemFilteredItemsListShowFilteredItemsOnly property is in effect only if the ItemFilteredItemsList property is set to True and only for grid items whose Options.FilteringFilteredItemsList property is set to True.
The default value of the ItemFilteredItemsListShowFilteredItemsOnly property is True.