[]
Creates the content of the cell.
public override sealed GridControlCellView CreateCell(GridControlRange range, object cellKind)
Public NotOverridable Overrides Function CreateCell(range As GridControlRange, cellKind As Object) As GridControlCellView
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range. |
| object | cellKind |
| Type | Description |
|---|---|
| GridControlCellView |
The actual data is set in the BindCellContent method.
Creates the cell.
public virtual GridCellView CreateCell(GridCellType cellType, GridCellRange range, object cellKind)
Public Overridable 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.