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

TcxControlOptionsFilteringItemCustomPopup.FilteredItemsList Property

Specifies if filter dropdowns limit their value lists according to the active filter criteria.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

A container control limits the value list in a container control item’s filter dropdown based on the active filter criteria only if the FilteredItemsList property and the item’s Properties.Options.FilterPopup.FilteredItemsList property are set to True. In this case, you can use the FilteredItemsListShowFilteredItemsOnly property and the item’s Properties.Options.FilterPopup.FilteredItemsListShowFilteredItemsOnly property to switch between two available filter dropdown list limitation modes. Refer to the TcxCustomEditContainerItemCustomFilterPopupOptions.FilteredItemsList and TcxCustomEditContainerItemCustomFilterPopupOptions.FilteredItemsListShowFilteredItemsOnly property descriptions for details.

Use the FilteredItemsListShowFilteredItemsOnly property and a container control item’s Properties.Options.FilterPopup.FilteredItemsListShowFilteredItemsOnly property to switch between filter dropdown list limitation modes for the item. Note that these properties have no effect if the FilteredItemsList property is set to False.

The FilteredItemsList property’s default value is False.

See Also