Click or drag to resize
UniGridExportHelperUniGridExportHelper_ExternalDataBound Method
Performs external data binding on the data

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected Object UniGridExportHelper_ExternalDataBound(
	DataRowView drv,
	int columnIndex
)

Parameters

drv
Type: System.DataDataRowView
Source data row
columnIndex
Type: SystemInt32
Column index

Return Value

Type: Object
See Also