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 | 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. | |||
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 | 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 | ||||
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:
A tree list control’s Filtering.ColumnPopup.FilteredItemsList property if a tree list column uses the classic filter dropdown.
A tree list control’s Filtering.ColumnExcelPopup.FilteredItemsList property if a tree list column uses the Excel-inspired filter dropdown.
A vertical grid control’s Filtering.RowPopup.FilteredItemsList property if a vertical grid row uses the classic filter dropdown.
A vertical grid control’s Filtering.RowExcelPopup.FilteredItemsList property if a vertical grid row uses the Excel-inspired filter dropdown.
The FilteredItemsListShowFilteredItemsOnly property’s default value is True.