Skip to main content

TcxTreeListColumnExcelFilterPopupOptions Class

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

Declaration

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.

See Also