[]
        
(Showing Draft Content)

C1.WPF.Grid.GridLinkedCellFactory.CreateCell

CreateCell Method

CreateCell(GridCellType, GridCellRange, object)

Creates the cell.

Declaration
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
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

object cellKind

Kind of cell.

Returns
Type Description
GridCellView
Overrides
Remarks

The actual data is set in the BindCell method.