The properties of System.Web.UI.WebControls.GridViewRow are listed below. For a list of all members, see the GridViewRow Members list.
See Also: Inherited members from System.Web.UI.WebControls.TableRow
DataItem | object.
Gets the underlying data object to which the System.Web.UI.WebControls.GridViewRow object is bound. | |
[read-only] | DataItemIndex | int.
Gets the index of the GridViewRow.DataItem in the underlying System.Data.DataSet. |
[read-only] | RowIndex | int.
Gets the index of the System.Web.UI.WebControls.GridViewRow object in the GridView.Rows collection of a System.Web.UI.WebControls.GridView control. |
RowState | DataControlRowState.
Gets the state of the System.Web.UI.WebControls.GridViewRow object. | |
RowType | DataControlRowType.
Gets the row type of the System.Web.UI.WebControls.GridViewRow object. |