[]
        
(Showing Draft Content)

C1.Maui.Grid.GridWrapCellFactory.CreateCellContent

CreateCellContent Method

CreateCellContent(GridCellType, GridCellRange, object)

Creates the content of the cell.

Declaration
public override View CreateCellContent(GridCellType cellType, GridCellRange range, object cellContentType)
Public Overrides Function CreateCellContent(cellType As GridCellType, range As GridCellRange, cellContentType As Object) As View
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

object cellContentType

Type of the cell content.

Returns
Type Description
View
Overrides
Remarks

The actual data is set in the BindCellContent method.