ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRowCollection Class / Item Property

In This Topic
    Item Property (C1GridViewRowCollection)
    In This Topic
    Gets or sets the C1GridViewRow at the specified index within the C1GridViewRowCollection. In C#, this property is the indexer for the C1GridViewRowCollection class.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As C1GridViewRow
    public C1GridViewRow this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also