[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridDetailRow-1.CreateCellContent

CreateCellContent Method

CreateCellContent(GridCellType, GridColumn, object)

Creates the content of the cell.

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

Type of the cell.

GridColumn col

The col.

object cellContentType

Type of the cell content.

Returns
Type Description
View
Overrides