Removes the specified item from the node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void removeItem ( |
The TreeViewItem to remove.
RemarksThis method recursively searches for the specified item and removes its from the Children collection of its parent item, or from the RootItems collection if it is a root item.
See Also