Click or drag to resize
UniGridExportHelperGetExportedValue Method
Gets the exported value for the given

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected override Object GetExportedValue(
	DataRowView drv,
	string columnName,
	DataRow resultDR
)

Parameters

drv
Type: System.DataDataRowView
Data row with the source data
columnName
Type: SystemString
Column name
resultDR
Type: System.DataDataRow
DataRow with the result

Return Value

Type: Object
See Also