[]
        
(Showing Draft Content)

C1.WPF.Grid.GridColumn.CreateCell

CreateCell Method

CreateCell(GridCellType, object, GridRow)

Creates the cell (Without binding it to the data item).

Declaration
protected virtual GridCellView CreateCell(GridCellType cellType, object cellKind, GridRow row)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

object cellKind

Type of cell content.

GridRow row

The row that determines the cell.

Returns
Type Description
GridCellView