[]
        
(Showing Draft Content)

C1.WinUI.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)
Protected Overridable Function CreateCell(cellType As GridCellType, cellKind As Object, row As GridRow) As GridCellView
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