[]
Creates a row bound to a given data item.
protected virtual Row CreateBoundRow(object dataItem)
Protected Overridable Function CreateBoundRow(dataItem As Object) As Row
| Type | Name | Description |
|---|---|---|
| object | dataItem | Item that the row represents. |
| Type | Description |
|---|---|
| Row | A row bound to the given data item. |