ComponentOne Xamarin Edition
BindCellContent Method (GridCellFactoryBase)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellFactoryBase Class : BindCellContent Method
Type of the cell.
The range.
Content of the cell.
Binds the content of the cell.
Syntax
public virtual 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

GridCellFactoryBase Class
GridCellFactoryBase Members