Gets a list of the root TreeViewItem objects displayed in this node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public TreeItemList getRootItems () |
A TreeItemList instance containing the root items of this node.
RemarksYou can directly manipulate this collection to add or remove root items.
See Also