[]
Binds the content of the cell with the data item.
protected virtual void BindCellContent(UIView cellContent, GridCellType cellType, GridRow row)
Protected Overridable Sub BindCellContent(cellContent As UIView, cellType As GridCellType, row As GridRow)
| Type | Name | Description |
|---|---|---|
| UIView | cellContent | Content of the cell. |
| GridCellType | cellType | The type of cell. |
| GridRow | row | The row. |