Initializes a new instance of the TreeViewItem class using the specified item as a prototype.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public TreeViewItem ( |
The treeview item to use as a prototype. The properties of the new treeview are initialized from the property values of prototype.
RemarksThis constructor copies the TreeViewItem property values from the specified prototype item.
See Also