Gets the TreeViewItem that has been collapsed or expanded.
Namespace: MindFusion.Diagramming.Commands
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public TreeViewItem Item { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item As TreeViewItem |
A TreeViewItem instance representing the collapsed item.
See Also