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

In This Topic
    RowIndex Property (C1GridViewRow)
    In This Topic
    Gets the index of the C1GridViewRow object in the C1GridView.Rows collection of a C1GridView control.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property RowIndex As System.Integer
    public virtual System.int RowIndex {get;}
    See Also