Gets a list of this item's children in the hierarchy.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public IList<TreeViewItem> Children { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Children As IList(Of TreeViewItem) |
A list of child TreeViewItem objects.