Skip to main content

TcxTreeListColumnOptions.ExcelFilterPopup Property

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

Declaration

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