ComponentOne Xamarin Edition
BindCellContent Method (GridCellFactory)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellFactory Class : BindCellContent Method
Type of the cell.
The range.
Content of the cell.
Binds the content of the cell.
Syntax
public override void BindCellContent( 
   GridCellType cellType,
   GridCellRange range,
   Xamarin.Forms.View cellContent
)

Parameters

cellType
Type of the cell.
range
The range.
cellContent
Content of the cell.
See Also

Reference

GridCellFactory Class
GridCellFactory Members