Back to Devexpress

TcxTreeListColumnExcelFilterPopupOptions Class

vcl-cxtl-b5b7f76a.md

latest2.8 KB
Original Source

TcxTreeListColumnExcelFilterPopupOptions Class

Contains settings of a tree list column‘s Excel-inspired filter dropdown.

Declaration

delphi
TcxTreeListColumnExcelFilterPopupOptions = 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 a tree list column’s filter dropdown (ApplyChanges).

  • Specify the filter dropdown’s initial page (DefaultPage).

  • Switch between numeric value selection UI types on the “Values” page (NumericValuesPageType).

  • Limit the number of column values listed in the filter dropdown according to the active filter criteria (FilteredItemsList).

  • Switch between two filter criteria limitation modes (FilteredItemsListShowFilteredItemsOnly).

  • Switch between date-time value selection UI types on the “Values” page (DateTimeValuesPageType).

  • Copy Excel-inspired filter dropdown settings between tree list columns (Assign).

A tree list column’s Options.ExcelFilterPopup property references a TcxTreeListColumnExcelFilterPopupOptions object.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditContainerItemCustomFilterPopupOptions TcxCustomEditContainerItemExcelFilterPopupOptions TcxTreeListColumnExcelFilterPopupOptions

See Also

TcxEditorRowPropertiesExcelFilterPopupOptions

TcxTreeListColumnExcelFilterPopupOptions Members

cxTL Unit