Skip to main content

TcxCustomEditContainerItemCustomFilterPopupOptions.FilteredItemsList Property

Specifies if the container control limits the filter dropdown’s value list for a container control item according to the active filter criteria.

Declaration

property FilteredItemsList: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Options include:

Value

Container Control

Container Control’s Property

Container Control’s Property Value

Description

True

ExpressQuantumTreeList

Filtering.ColumnPopup.FilteredItemsList

True

The FilteredItemsListShowFilteredItemsOnly property and a tree list control’s Filtering.ColumnPopup.FilteredItemsListShowFilteredItemsOnly property define how the active filter criteria limit the value list in the tree list column’s classic filter dropdown.

False

The tree list column’s classic filter dropdown shows the full value list regardless of the active filter criteria.

Filtering.ColumnExcelPopup.FilteredItemsList

True

The FilteredItemsListShowFilteredItemsOnly property and a tree list control’s Filtering.ColumnExcelPopup.FilteredItemsListShowFilteredItemsOnly property define how the active filter criteria limit the value list in the tree list column’s Excel-inspired filter dropdown.

False

The tree list column’s Excel-inspired filter dropdown shows the full value list regardless of the active filter criteria.

ExpressVerticalGrid

Filtering.RowPopup.FilteredItemsList

True

The FilteredItemsListShowFilteredItemsOnly property and a vertical grid control’s Filtering.RowPopup.FilteredItemsListShowFilteredItemsOnly property define how the active filter criteria limit the value list in the vertical grid row’s Excel-inspired filter dropdown.

False

The vertical grid row’s classic filter dropdown shows the full value list regardless of the active filter criteria.

Filtering.RowExcelPopup.FilteredItemsList

True

The FilteredItemsListShowFilteredItemsOnly property and a vertical grid control’s Filtering.RowExcelPopup.FilteredItemsListShowFilteredItemsOnly property define how the active filter criteria limit the value list in the vertical grid row’s Excel-inspired filter dropdown.

False

The vertical grid row’s Excel-inspired filter dropdown shows the full value list regardless of the active filter criteria.

False

ExpressQuantumTreeList

Filtering.ColumnPopup.FilteredItemsList

True

The filter dropdown shows the full container control item value list regardless of the active filter criteria.

False

Filtering.ColumnExcelPopup.FilteredItemsList

True

False

ExpressVerticalGrid

Filtering.RowPopup.FilteredItemsList

True

False

Filtering.RowExcelPopup.FilteredItemsList

True

False

The FilteredItemsList property’s default value is True.

See Also