Search
TreeViewConnectionPoint.Item Property
See Also
 





Gets the item to which the link connects.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TreeViewItem Item { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item As TreeViewItem

 Property Value

A TreeViewItem instance specifying the connection's target item.

 See Also