[]
Creates the cell (Without binding it to the data item).
protected virtual GridCellView CreateCell(GridCellType cellType, object cellKind, GridRow row)
Protected Overridable Function CreateCell(cellType As GridCellType, cellKind As Object, row As GridRow) As GridCellView
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | The type of cell. |
| object | cellKind | Type of cell content. |
| GridRow | row | The row that determines the cell. |
| Type | Description |
|---|---|
| GridCellView |