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