TcxControlOptionsFilteringItemExcelPopup Class
The base class for all classes that implement settings that affect Excel-inspired filter dropdowns in vertical grid and tree list controls.
Declaration
TcxControlOptionsFilteringItemExcelPopup = class(
TcxControlOptionsFilteringItemCustomPopup
)
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 of the Excel-inspired filter dropdown is active by default (DefaultPage).
Change the Values page’s UI for numeric and date-time values (NumericValuesPageType and DateTimeValuesPageType).
Use the current filter criteria to limit the number of source records for subsequent filter operations in other items (FilteredItemsList and FilteredItemsListShowFilteredItemsOnly).
Copy settings of Excel-inspired filter dropdowns between controls (Assign).
Do not use the TcxControlOptionsFilteringItemExcelPopup class directly. Use its descendants instead.