Search
ExpandTreeViewItemCmd.Item Property
See Also
 





Gets the TreeViewItem that has been collapsed or expanded.

Namespace: MindFusion.Diagramming.Commands
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TreeViewItem Item { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item As TreeViewItem

 Property Value

TreeViewItem instance representing the collapsed item.

 See Also