TcxTreeListNode.Root Property
In This Article
Provides access to the virtual node that roots all the tree list nodes.
#Declaration
Delphi
property Root: TcxTreeListNode read;
#Property Value
Type |
---|
Tcx |
#Remarks
This property returns the same node as the TreeList control’s Root property. Refer to its description for detailed information on the root node.
See Also