C1.Web.Wijmo.Controls.45 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 _
) 
 

Parameters

value
The C1GridViewUpdateBinding to append.
See Also