Gets the underlying data object to which the System.Web.UI.WebControls.GridViewRow object is bound.
Documentation for this section has not yet been entered.
Use the GridViewRow.DataItem property to access the properties of the underlying data object to which the System.Web.UI.WebControls.GridViewRow object is bound. The GridViewRow.DataItem property is only available during and after the GridView.RowDataBound event of a System.Web.UI.WebControls.GridView control.
This property applies only to data rows.