C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewDataRow Class / C1GridViewDataRow Constructor
The index of the C1GridViewDataRow object in the C1GridView.Rows collection.
The index of the DataItem in the underlying DataSet.
The row type of the C1GridViewDataRow.
The state of the C1GridViewDataRow object.

In This Topic
C1GridViewDataRow Constructor
In This Topic
Constructor. Initializes a new instance of the C1GridViewDataRow class.
Syntax
'Declaration
 
Public Function New( _
   ByVal rowIndex As System.Integer, _
   ByVal dataItemIndex As System.Integer, _
   ByVal rowType As C1GridViewRowType, _
   ByVal rowState As C1GridViewRowState _
)
 

Parameters

rowIndex
The index of the C1GridViewDataRow object in the C1GridView.Rows collection.
dataItemIndex
The index of the DataItem in the underlying DataSet.
rowType
The row type of the C1GridViewDataRow.
rowState
The state of the C1GridViewDataRow object.
See Also