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.ColumnPopupMode Property

Specifies the active filter dropdown type for a Tree List control.

#Declaration

Delphi
property ColumnPopupMode: TdxFilterPopupWindowMode read; write; default fpmDefault;

#Property Value

Type Default Description
TdxFilterPopupWindowMode fpmDefault

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 dxDefaultFilterPopupWindowMode global constant value defines the active filter dropdown type for a Tree List control if the ColumnPopupMode property is set to fpmDefault.

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

The ColumnPopupMode property’s default value is fpmDefault.

See Also