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 virtual object Row { get; internal set; }

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: