Skip to main content

TcxCustomEditContainerItemExcelFilterPopupOptions Class

The base class for all classes that implement settings of an item’s Excel-inspired filter dropdown in tree list and vertical grid controls.

Declaration

TcxCustomEditContainerItemExcelFilterPopupOptions = class(
    TcxCustomEditContainerItemCustomFilterPopupOptions
)

Remarks

This class provides the following members that allow you to:

  • Specify which page of an Excel-inspired filter dropdown is active when it is invoked for an item (DefaultPage).

  • Switch between the immediate and on-demand filter criteria update modes (ApplyChanges).

  • Change the Values page’s UI for the Excel-inspired filter dropdown if it is invoked for an item that shows numeric or date-time values (NumericValuesPageType and DateTimeValuesPageType).

  • Copy settings of an Excel-inspired filter dropdown between items (Assign).

Do not use the TcxCustomEditContainerItemExcelFilterPopupOptions class directly. Use its descendants instead.

See Also