Gets the parent item of this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public TreeViewItem Parent { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Parent As TreeViewItem |
A TreeViewItem instance.
See Also