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.ColumnFilteredItemsList Property

Specifies if a filter pop-up window displays all or only filtered items.

#Declaration

Delphi
property ColumnFilteredItemsList: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False

If True, a filter pop-up window displays only filtered items. If False, the filter pop-up window displays all items.

#Remarks

A filter pop-up window displays filtered items for its column only if both the ColumnFilteredItemsList property and the column’s Options.FilteringFilteredItemsList property are set to True. Use the ColumnFilteredItemsListShowFilteredItemsOnly property to reduce the number of filtered items displayed in the pop-up window.

The ColumnFilteredItemsList property’s default value is False.

See Also