TcxEditorRowPropertiesExcelFilterPopupOptions Class
Contains settings of an editor row‘s Excel-inspired filter dropdown.
Declaration
TcxEditorRowPropertiesExcelFilterPopupOptions = class(
TcxCustomEditContainerItemExcelFilterPopupOptions
)
Remarks
This class provides the following members that allow you to:
Switch between the immediate and on-demand filter criteria update modes for an editor row’s filter dropdown (ApplyChanges).
Specify the page that the dropdown window shows when invoked (DefaultPage).
Change the Values page’s UI for numeric and date-time values (NumericValuesPageType and DateTimeValuesPageType).
Limit the number of items available for subsequent data filter operations in other editor rows (FilteredItemsList and FilteredItemsListShowFilteredItemsOnly).
Copy Excel-inspired filter dropdown settings between editor rows (Assign).
An editor row’s Properties.ExcelFilterPopup property references a TcxEditorRowPropertiesExcelFilterPopupOptions object.