Adds the specified C1GridViewUpdateBinding element to the end of the collection.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void Add(
	C1GridViewUpdateBinding binding
)
Visual Basic
Public Sub Add ( _
	binding As C1GridViewUpdateBinding _
)

See Also