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

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