[]
Creates the cell.
public override GridCellView CreateCell(GridCellType cellType, GridCellRange range, object cellKind)
Public Overrides Function CreateCell(cellType As GridCellType, range As GridCellRange, cellKind As Object) As GridCellView
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range. |
| object | cellKind | Kind of cell. |
| Type | Description |
|---|---|
| GridCellView |
The actual data is set in the BindCell method.