ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNodeCollection Class / Add Method
node to add

In This Topic
    Add Method (C1TreeViewNodeCollection)
    In This Topic
    Adds C1TreeViewNode node to the collection.
    Syntax
    'Declaration
     
    Public Shadows Sub Add( _
       ByVal node As C1TreeViewNode _
    ) 
    public new void Add( 
       C1TreeViewNode node
    )

    Parameters

    node
    node to add
    See Also