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