Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / TreeViewItem Class / Parent Property

In This Topic
    Parent Property (TreeViewItem)
    In This Topic
    Gets the parent tree-view, in case there is one, otherwise null is returned.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As TreeViewItem
    public TreeViewItem Parent {get;}
    See Also