Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableFiltering.ColumnFilteredItemsListShowFilteredItemsOnly Property

Specifies if each filter pop-up window set to display filtered items for a column includes only those items that correspond to the column’s values stored in filtered records.

#Declaration

Delphi
property ColumnFilteredItemsListShowFilteredItemsOnly: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Assign True to the ColumnFilteredItemsListShowFilteredItemsOnly property and a column’s Options.FilteringFilteredItemsListShowFilteredItemsOnly property to limit dropdown items only to those whose values meet the View’s active filter conditions. Otherwise, the dropdown also includes items whose values are contained in records that meet filter conditions built only with other columns, to enable more options for filter customization.

Note

The ColumnFilteredItemsListShowFilteredItemsOnly property is in effect only if the ColumnFilteredItemsList property is set to True and only for the columns whose Options.FilteringFilteredItemsList property is set to True.

The ColumnFilteredItemsListShowFilteredItemsOnly property’s default value is True.

See Also