FieldTemplateUserControl.Row Property
.NET Framework (current version)
Gets the current data row object.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
<BrowsableAttribute(False)> Public Overridable Property Row As Object Get Friend Set End Property
The object returned by this the property and the GetDataItem method are equivalent. This property uses the Page.GetDataItem method to return the data row object.
.NET Framework
Available since 3.5
Available since 3.5
Show: