ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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
    public C1GridViewUpdateBinding this[ 
       System.int index
    ]; {get; set;}

    Parameters

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