[]
Creates the cell (Without binding it to the data item).
protected virtual GridCellView CreateCell(GridCellType cellType, object cellKind, GridRow row)
| 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 |