Constructor. Initializes a new instance of the C1GridViewRow class.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public C1GridViewRow(
	int rowIndex,
	int dataItemIndex,
	C1GridViewRowType rowType,
	C1GridViewRowState rowState
)
Visual Basic
Public Sub New ( _
	rowIndex As Integer, _
	dataItemIndex As Integer, _
	rowType As C1GridViewRowType, _
	rowState As C1GridViewRowState _
)

Parameters

rowIndex
Type: System..::..Int32
The index of the C1GridViewRow object in the Rows collection.
dataItemIndex
Type: System..::..Int32
The index of the DataItem in the underlying DataSet.
rowType
Type: C1.Web.UI.Controls.C1GridView..::..C1GridViewRowType
The row type of the C1GridViewRow.
rowState
Type: C1.Web.UI.Controls.C1GridView..::..C1GridViewRowState
The state of the C1GridViewRow object.

See Also