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

Provides access to the setting common to all filter dropdowns.

#Declaration

Delphi
property ColumnPopup: TcxTreeListFilteringColumnPopupOptions read; write;

#Property Value

Type Description
TcxTreeListFilteringColumnPopupOptions

Contains all filter drop-down settings for a Tree List control.

#Remarks

You can use the ColumnPopup.AddValueItems property to specify if a Tree List control populates the filter dropdown with values from the selected dataset field.

Note

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

Refer to the TcxTreeListFilteringColumnPopupOptions class description for information on available options.

See Also