Skip to main content

TcxControlOptionsFilteringItemCustomPopup.FilteredItemsList Property

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

Declaration

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