[]
Creates the content of the cell.
public override sealed GridControlCellView CreateCell(GridControlRange range, object cellKind)
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)
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.