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

TcxTreeListColumnOptions.ExcelFilterPopup Property

Provides access to a tree list column‘s Excel-inspired filter dropdown.

#Declaration

Delphi
property ExcelFilterPopup: TcxTreeListColumnExcelFilterPopupOptions read; write;

#Property Value

Type
TcxTreeListColumnExcelFilterPopupOptions

#Remarks

All filter dropdown settings accessible via the ExcelFilterPopup property override the identically named settings available via the tree list control’s Filtering.ColumnExcelPopup property.

Refer to the TcxTreeListColumnExcelFilterPopupOptions class description for details on all available Excel-inspired filter dropdown settings of a tree list column.

The settings accessible via the ExcelFilterPopup property are in effect only if the tree list column uses the Excel-inspired rather than the classic filter dropdown, that is, if one of the following conditions is met:

See Also