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

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.

See Also