ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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 _
    )
    public C1GridViewDataRow( 
       System.int rowIndex,
       System.int dataItemIndex,
       C1GridViewRowType rowType,
       C1GridViewRowState rowState
    )

    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