Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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