ComponentOne Xamarin Edition
CreateCellContent Method (GridCellFactory)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellFactory Class : CreateCellContent Method
Type of the cell.
The range.
Type of the cell content.
Creates the content of the cell.
Syntax
public override Xamarin.Forms.View CreateCellContent( 
   GridCellType cellType,
   GridCellRange range,
   object cellContentType
)

Parameters

cellType
Type of the cell.
range
The range.
cellContentType
Type of the cell content.
Remarks
The actual data is set in the BindCellContent method.
See Also

Reference

GridCellFactory Class
GridCellFactory Members