TcxTreeListNode.Root Property
Provides access to the virtual node that roots all the tree list nodes.
Declaration
property Root: TcxTreeListNode read;
Property Value
Type |
---|
TcxTreeListNode |
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