[]
        
(Showing Draft Content)

C1.WPF.Grid.GridRow.CreateCell

CreateCell Method

CreateCell(GridCellType, object, GridColumn)

Creates the cell for the specified column.

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

The type of cell.

object cellKind

Kind of cell.

GridColumn col

The column.

Returns
Type Description
GridCellView