TcxTreeListFiltering.ColumnPopupMode Property
Specifies the active filter dropdown type for a Tree List control.
#Declaration
property ColumnPopupMode: TdxFilterPopupWindowMode read; write; default fpmDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
fpm |
A filter dropdown’s type. |
#Remarks
Set this property to fpmClassic or fpmExcel to enable classic or Excel-inspired filter dropdowns on the Tree List control level. Refer to the TdxFilterPopupWindowMode type description for information on available options.
The ColumnPopupMode property has lower priority compared to a column‘s Options.FilterPopupMode property.
Note
The dx
Set a Tree List control’s Options
The ColumnPopupMode property’s default value is fpmDefault.