TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / ParentCollection Property

In This Topic
    ParentCollection Property (C1TreeNode)
    In This Topic
    Gets the parent C1TreeNodeCollection.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <C1DescriptionAttribute("C1TreeNode.ParentCollection", "Gets the parent C1TreeNodeCollection.")>
    Public ReadOnly Property ParentCollection As C1TreeNodeCollection
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [C1Description("C1TreeNode.ParentCollection", "Gets the parent C1TreeNodeCollection.")]
    public C1TreeNodeCollection ParentCollection {get;}
    See Also