MindFusion.Wpf Pack Programmer's Guide
ExpandTreeViewItemCmd.Item Property
See Also
 





Gets the TreeViewItem that has been collapsed or expanded.

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

 Syntax

C#  Copy Code

public TreeViewItem Item { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item As TreeViewItem

 Property Value

A TreeViewItem instance representing the collapsed item.

 See Also

ExpandTreeViewItemCmd Members
ExpandTreeViewItemCmd Class
MindFusion.Diagramming.Wpf.Commands Namespace