Creates a row bound to a given data item.
'Declaration
Protected Overridable Function CreateBoundRow( _
ByVal As Object _
) As Row
protected virtual Row CreateBoundRow(
object
)
Parameters
- dataItem
- Item that the row represents.
Return Value
A row bound to the given data item.