System.Web.UI.WebControls.GridViewRow Members

The members of System.Web.UI.WebControls.GridViewRow are listed below.

See Also: Inherited members from System.Web.UI.WebControls.TableRow

Public Constructors

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.

Protected Methods

override
OnBubbleEvent(object, EventArgs) : bool

Determines whether to pass an event up the page's ASP.NET server control hierarchy.

Explicitly Implemented Interface Members