Gets a list of the root TreeViewItem objects displayed in this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public IList<TreeViewItem> RootItems { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property RootItems As IList(Of TreeViewItem) |
An instance of the TreeViewItem class.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |