CreateBoundRowWithDetails Method
Creates a details row bound to a given data item.
'Declaration
Protected Overridable Function CreateBoundRowWithDetails( _
ByVal As Object _
) As RowWithDetails
Parameters
- dataItem
- Item that the row represents.
Return Value
A row bound to the given data item.