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

TcxTreeListColumn.TreeList Property

Provides access to the Tree List control to which the column belongs.

#Declaration

Delphi
property TreeList: TcxCustomTreeList read;

#Property Value

Type Description
TcxCustomTreeList

The parent Tree List control.

Cast the TreeList property value to one of the following classes depending on the actual Tree List control type to access all public API members:

TcxDBTreeList
A data-aware Tree List control.
TcxTreeList
A control that displays data in a tree-like manner.
TcxVirtualTreeList
A TreeList control used in provider mode.

Tip

Call the TreeList.ClassType function to identify the actual Tree List control type.

See Also