FieldTemplateUserControl.GetColumnValue Method (MetaColumn)

 

Gets the value of a specified column in the current row.

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

protected virtual object GetColumnValue(
	MetaColumn column
)

Parameters

column
Type: System.Web.DynamicData.MetaColumn

The column to get the value from.

Return Value

Type: System.Object

An object that represents the value of a specified column in the current row.

.NET Framework
Available since 3.5
Return to top
Show: