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

Parameters

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

Reference

GridCellFactory Class
GridCellFactory Members