Index
Collapse All
Expand All
GetNodes Method
TreeView Class
Members
See Also
Beta Documentation - Subject to change.
Gets the root nodes in the tree view control.
Syntax
Lua
function
TreeView
:
GetNodes
(
)
;
Returns
Type:
TreeNodeList
The collection of root nodes in the tree view.
Remarks
Gets the root nodes in the tree view control.
See Also
TreeView
Turbine.UI