TcxTreeListFiltering.ColumnPopup Property
In This Article
Provides access to the setting common to all filter dropdowns.
#Declaration
Delphi
property ColumnPopup: TcxTreeListFilteringColumnPopupOptions read; write;
#Property Value
Type | Description |
---|---|
Tcx |
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 Options
Refer to the TcxTreeListFilteringColumnPopupOptions class description for information on available options.
See Also