System.Web.UI.WebControls.GridViewRow: Property Members

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

Public Properties

DataItemobject.

Gets the underlying data object to which the System.Web.UI.WebControls.GridViewRow object is bound.

[read-only]
DataItemIndexint.

Gets the index of the GridViewRow.DataItem in the underlying System.Data.DataSet.

[read-only]
RowIndexint.

Gets the index of the System.Web.UI.WebControls.GridViewRow object in the GridView.Rows collection of a System.Web.UI.WebControls.GridView control.

RowStateDataControlRowState.

Gets the state of the System.Web.UI.WebControls.GridViewRow object.

RowTypeDataControlRowType.

Gets the row type of the System.Web.UI.WebControls.GridViewRow object.