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