Gets an C1GridViewUpdateBinding object from the collection at the specified index. In C#, this property is the indexer for the C1GridViewUpdateBindingCollection class.

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

Syntax

C#
public C1GridViewUpdateBinding this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As C1GridViewUpdateBinding
	Get
	Set

Parameters

index
Type: System..::..Int32

See Also