ComponentOne Xamarin Edition
PrepareCell Method (GridCellFactoryBase)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellFactoryBase Class : PrepareCell Method
Type of the cell.
The range.
The cell.
Prepares the cell to be shown.
Syntax
public virtual void PrepareCell( 
   GridCellType cellType,
   GridCellRange range,
   GridCellView cell
)

Parameters

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

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members