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:
The FilterPopupMode property is set to fpmExcel.
The FilterPopupMode property is set to fpmDefault, and the tree list control’s Filtering.ColumnPopupMode property is set to fpmExcel.
The FilterPopupMode property, and the control’s Filtering.ColumnPopupMode property are both set to fpmDefault, and the dxDefaultFilterPopupWindowMode global constant value is fpmExcel.