ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewDetailRow Class / C1GridViewDetailRow Constructor
The index of the C1GridViewDetailRow object in the C1GridView.Rows collection.

In This Topic
    C1GridViewDetailRow Constructor
    In This Topic
    Constructor. Initializes a new instance of the C1GridViewDetailRow class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rowIndex As System.Integer _
    )
    public C1GridViewDetailRow( 
       System.int rowIndex
    )

    Parameters

    rowIndex
    The index of the C1GridViewDetailRow object in the C1GridView.Rows collection.
    See Also