Back to Devexpress

TcxTreeListNode.Parent Property

vcl-cxtl-dot-tcxtreelistnode-77744807.md

latest741 B
Original Source

TcxTreeListNode.Parent Property

Provides access to the parent node.

Declaration

delphi
property Parent: TcxTreeListNode read;

Property Value

TypeDescription
TcxTreeListNode

The parent node.

Returns nil (in Delphi) or nullptr (in C++Builder) if the current node is the parent Tree List control’s root.

|

See Also

TcxTreeListNode.Root Property

TcxTreeListNode.TreeList Property

TcxTreeListNode Class

TcxTreeListNode Members

cxTL Unit