Skip to main content

TcxCustomEditContainerItemCustomFilterPopupOptions.FilteredItemsListShowFilteredItemsOnly Property

Specifies if a container control item’s filter dropdown shows only those items that meet all the active filter criteria.

Declaration

property FilteredItemsListShowFilteredItemsOnly: 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.FilteredItemsListShowFilteredItemsOnly

True

The tree list column’s classic filter dropdown shows only those column values that meet all the active filter criteria. Each filter operation further limits the criteria selection available for consecutive filter operations in other tree list columns if they have the same settings.

False

The tree list column’s classic filter dropdown shows the column values that correspond to all values selected in other filter dropdowns in addition to the column values that meet all the active filter criteria. Each filter operation can either limit or expand the criteria selection available for consecutive filter operations in other tree list columns if they have the same settings. The available criteria list expands for another column if a selected value corresponds to a value from the column; otherwise – the list shrinks.

Filtering.ColumnExcelPopup.FilteredItemsListShowFilteredItemsOnly

True

The tree list column’s Excel-inspired filter dropdown shows only those column values that meet all the active filter criteria. Each filter operation further limits the criteria selection available for consecutive filter operations in other tree list columns if they have the same settings.

False

The tree list column’s Excel-inspired filter dropdown shows the column values that correspond to all values selected in other filter dropdowns in addition to the column values that meet all the active filter criteria. Each filter operation can either limit or expand the criteria selection available for consecutive filter operations in other tree list columns if they have the same settings. The available criteria list expands for another column if a selected value corresponds to a value from the column; otherwise – the list shrinks.

ExpressVerticalGrid

Filtering.RowPopup.FilteredItemsListShowFilteredItemsOnly

True

The vertical grid row’s classic filter dropdown shows only those row values that meet all the active filter criteria. Each filter operation further limits the criteria selection available for consecutive filter operations in other vertical grid rows if they have the same settings.

False

The vertical grid row’s classic filter dropdown shows the row values that correspond to all values selected in other filter dropdowns in addition to the row values that meet all the active filter criteria. Each filter operation can either limit or expand the criteria selection available for consecutive filter operations in other vertical grid rows with the same settings. The available criteria list expands for another row if a selected value corresponds to a value from the row; otherwise – the list shrinks.

Filtering.RowExcelPopup.FilteredItemsListShowFilteredItemsOnly

True

The vertical grid row’s Excel-inspired filter dropdown shows only those row values that meet all the active filter criteria. Each filter operation further limits the criteria selection available for consecutive filter operations in other vertical grid rows if they have the same settings.

False

The vertical grid row’s Excel-inspired filter dropdown shows the row values that correspond to all values selected in other filter dropdowns in addition to the row values that meet all the active filter criteria. Each filter operation can either limit or expand the criteria selection available for consecutive filter operations in other vertical grid rows with the same settings. The available criteria list expands for another row if a selected value corresponds to a value from the row; otherwise – the list shrinks.

False

ExpressQuantumTreeList

Filtering.ColumnPopup.FilteredItemsListShowFilteredItemsOnly

True

The container control item’s filter dropdown shows the item values present in all entries selected in other filter dropdowns in addition to the values that meet all the active filter criteria. Each filter operation can either limit or expand the criteria selection available for consecutive filter operations. The available criteria list expands for another container control item if a selected entry contains a value from the item; otherwise – the list shrinks.

False

Filtering.ColumnExcelPopup.FilteredItemsListShowFilteredItemsOnly

True

False

ExpressVerticalGrid

Filtering.RowPopup.FilteredItemsListShowFilteredItemsOnly

True

False

Filtering.RowExcelPopup.FilteredItemsListShowFilteredItemsOnly

True

False

Note: The FilteredItemsListShowFilteredItemsOnly property affects the container control item only if its filter dropdown value list is limited according to the active filter criteria, that is, if True is assigned both to the FilteredItemsList property and the corresponding property of a container control from the following list:

The FilteredItemsListShowFilteredItemsOnly property’s default value is True.

See Also