[]
Creates the content of the cell.
public virtual GridControlCellView CreateCell(GridControlRange range, object cellKind)
Public Overridable Function CreateCell(range As GridControlRange, cellKind As Object) As GridControlCellView
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range. |
| object | cellKind | Type of the cell. |
| Type | Description |
|---|---|
| GridControlCellView |
The actual data is set in the BindCellContent method.