[]
        
(Showing Draft Content)

C1.Blazor.TreeView.TreeViewItemsCollection.Parent

Parent Property

Parent

Gets the parent TreeViewItem of this collection. If this collection is the root collection of the C1TreeView, this property is null.

Declaration
public TreeViewItem Parent { get; }
Public ReadOnly Property Parent As TreeViewItem