TcxTreeListFilteringColumnExcelPopupOptions Class
Contains settings of Excel-inspired filter dropdowns in tree list controls.
Declaration
TcxTreeListFilteringColumnExcelPopupOptions = class(
TcxControlOptionsFilteringItemExcelPopup
)
Remarks
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.