Skip to main content

TcxTreeListFiltering.ColumnExcelPopup Property

Provides access to an Excel-inspired filter dropdown’s settings.

Declaration

property ColumnExcelPopup: TcxTreeListFilteringColumnExcelPopupOptions read; write;

Property Value

Type Description
TcxTreeListFilteringColumnExcelPopupOptions

Contains settings of Excel-inspired drop-down filters.

Remarks

You can use the ColumnExcelPopup.DateTimeValuesPageType and ColumnExcelPopup.NumericValuesPageType properties to change the UI that the Values page on an Excel-inspired drop-down filter displays for date/time and numeric values. Refer to the TcxTreeListFilteringColumnExcelPopupOptions class description for information on available options.

The settings specified in the ColumnExcelPopup property affect a drop-down filter only if one of the following conditions is met:

Note

Set a Tree List control’s OptionsCustomizing.ColumnFiltering property to bTrue to display filter drop-down buttons in column headers.

See Also