Search
TreeViewNode.RemoveItem Method
See Also
 





Removes the specified item from the node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void RemoveItem (
    TreeViewItem item
)

Visual Basic  Copy Code

Public Sub RemoveItem( _
    item As TreeViewItem _
)

 Parameters

item
The TreeViewItem to remove.

 Remarks

The method removes the specified item and all its direct or indirect children, as well as the links connecting to them.

 See Also