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

TcxTreeListFiltering.ColumnExcelPopup Property

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

#Declaration

Delphi
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