Represents a constituent item of the hierarchy displayed inside a TreeViewNode.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public class TreeViewItem : INotifyPropertyChanged, InplaceEditable |
Visual Basic Copy Code |
---|
Public Class TreeViewItem |
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.
System.Object
MindFusion.Diagramming.TreeViewItem
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |