[]
        
(Showing Draft Content)

C1.WPF.Grid.GridCellFactory.CreateCell

CreateCell Method

CreateCell(GridCellType, GridCellRange, object)

Creates the cell.

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

Type of the cell.

GridCellRange range

The range.

object cellKind

Kind of cell.

Returns
Type Description
GridCellView
Remarks

The actual data is set in the BindCell method.