Click or drag to resize
AbstractBasicFormGetDataValue Method
Returns DataRow value for the specified column.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public Object GetDataValue(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Object
See Also