[]
        
(Showing Draft Content)

C1.Maui.Grid.GridCellFactory.CreateCell

CreateCell Method

CreateCell(GridControlRange, object)

Creates the content of the cell.

Declaration
public override sealed GridControlCellView CreateCell(GridControlRange range, object cellKind)
Parameters
Type Name Description
GridControlRange range

The range.

object cellKind
Returns
Type Description
GridControlCellView
Overrides
Remarks

The actual data is set in the BindCellContent method.

CreateCell(GridCellType, GridCellRange, object)

Creates the cell.

Declaration
public virtual GridCellView CreateCell(GridCellType cellType, GridCellRange range, object cellKind)
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.