Represents a constituent item of the hierarchy displayed inside a TreeViewNode.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class TreeViewItem : INotifyPropertyChanged, InplaceEditable |
Visual Basic
Copy Code
|
|---|
Public Class TreeViewItem |
RemarksThe 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 HierarchySystem.Object![]()
MindFusion.Diagramming.TreeViewItem
See Also