TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNodeCollection Class / Parent Property

In This Topic
    Parent Property (C1TreeNodeCollection)
    In This Topic
    Gets a parent node of this collection.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeNodeCollection.Parent", "Gets a parent node of this collection.")>
    Public ReadOnly Property Parent As C1TreeNode
    [C1Description("C1TreeNodeCollection.Parent", "Gets a parent node of this collection.")]
    public C1TreeNode Parent {get;}
    See Also