Back to Devexpress

TcxCustomEditContainerItemExcelFilterPopupOptions Class

vcl-cxinplacecontainer-95364b9f.md

latest2.3 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditContainerItemCustomFilterPopupOptions TcxCustomEditContainerItemExcelFilterPopupOptions

See Also

TcxCustomEditContainerItemExcelFilterPopupOptions Members

cxInplaceContainer Unit