ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewUpdateBindingCollection Class / Add Method
The C1GridViewUpdateBinding to append.

In This Topic
    Add Method (C1GridViewUpdateBindingCollection)
    In This Topic
    Adds the specified C1GridViewUpdateBinding object to the end of the collection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal value As C1GridViewUpdateBinding _
    ) 
    public void Add( 
       C1GridViewUpdateBinding value
    )

    Parameters

    value
    The C1GridViewUpdateBinding to append.
    See Also