Gets a list of the root TreeViewItem objects displayed in this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public IList<TreeViewItem> RootItems { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property RootItems As IList(Of TreeViewItem) |
A list of TreeViewItem objects.
WpfDiagram Programmer's Guide | © 2024 MindFusion |