[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridGroupRow.CreateCellContent

CreateCellContent Method

CreateCellContent(GridCellType, GridColumn, object)

Creates the content of the cell for the specified column.

Declaration
protected override View CreateCellContent(GridCellType cellType, GridColumn col, object cellContentType)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridColumn col

The column.

object cellContentType

Type of the cell content.

Returns
Type Description
View
Overrides