C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewUpdateBindingCollection Class / Item Property
The index of the C1GridViewUpdateBinding derived object in the C1GridViewUpdateBindingCollection collection to retrieve.

In This Topic
Item Property (C1GridViewUpdateBindingCollection)
In This Topic
Gets an C1GridViewUpdateBinding object from the collection at the specified index. In C#, this property is the indexer for the C1GridViewUpdateBindingCollection class.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As C1GridViewUpdateBinding
 

Parameters

index
The index of the C1GridViewUpdateBinding derived object in the C1GridViewUpdateBindingCollection collection to retrieve.
See Also