vcl-cxtl-b4f7035a.md
Contains settings of Excel-inspired filter dropdowns in tree list controls.
TcxTreeListFilteringColumnExcelPopupOptions = class(
TcxControlOptionsFilteringItemExcelPopup
)
This class provides the following members that allow you to:
Switch between the immediate and on-demand filter criteria update modes (ApplyChanges).
Specify which page the Excel-inspired filter dropdowns display when invoked (DefaultPage).
Change the Values page’s UI for numeric and date-time values (NumericValuesPageType and DateTimeValuesPageType).
Limit the number of items in filter dropdowns according to the active filter criteria (FilteredItemsList).
Switch between two filter criteria limitation modes (FilteredItemsListShowFilteredItemsOnly).
Copy Excel-inspired filter dropdown settings between container controls (Assign).
A tree list control’s Filtering.ColumnExcelPopup property references a TcxTreeListFilteringColumnExcelPopupOptions object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxControlOptions TcxControlOptionsFilteringItemCustomPopup TcxControlOptionsFilteringItemExcelPopup TcxTreeListFilteringColumnExcelPopupOptions
See Also