[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridRowHeaderColumn.CreateCellContent

CreateCellContent Method

CreateCellContent(GridCellType, object, GridRow)

Creates the content of the cell (Without binding it to the data item).

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

The type of cell.

object cellContentType

Type of cell content.

GridRow row

The row that determines the cell.

Returns
Type Description
View
Overrides