FieldTemplateUserControl.Row Property

 

Gets the current data row object.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

<BrowsableAttribute(False)>
Public Overridable Property Row As Object
	Get
	Friend Set
End Property

Property Value

Type: System.Object

The current data row object.

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
Return to top
Show: