Search
TreeViewItem Class
Remarks See Also
 





Represents a constituent item of the hierarchy displayed inside a TreeViewNode.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class TreeViewItem : INotifyPropertyChanged, IPersists, InplaceEditable

Visual Basic  Copy Code

Public Class TreeViewItem
    Implements INotifyPropertyChanged, IPersists, InplaceEditable

 Remarks

The items of a TreeViewNode can be traversed recursively starting from the node's RootItems. Given an item, you can find its parent and child items by means of the Parent and Children properties.

If the ConnectionStyle of a node is set to Items, links connect to specific items of the node. Such links can be accessed by means of the IncomingLinks and OutgoingLinks collections.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.TreeViewItem

 See Also