ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNodeBindingCollection Class / Add Method

In This Topic
    Add Method (C1TreeViewNodeBindingCollection)
    In This Topic
    Adds the binding to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal binding As C1TreeViewNodeBinding _
    ) As System.Integer
    public System.int Add( 
       C1TreeViewNodeBinding binding
    )

    Parameters

    binding
    See Also