C1.Web.Wijmo.Controls.45 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 _
)
 

Parameters

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