TcxTreeListFiltering.ColumnExcelPopup Property
Provides access to an Excel-inspired filter dropdown’s settings.
#Declaration
property ColumnExcelPopup: TcxTreeListFilteringColumnExcelPopupOptions read; write;
#Property Value
Type | Description |
---|---|
Tcx |
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:
The ColumnPopupMode property is set to fpmExcel.
The ColumnPopupMode property and dxDefaultFilterPopupWindowMode global constant are set to fpmDefault and fpmExcel, respectively.
Note
Set a Tree List control’s Options