ComponentOne Xamarin Edition
GetCellContentType Method (GridCellFactory)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellFactory Class : GetCellContentType Method
Type of the cell.
The range.
Gets a key that defines the type of cell content.
Syntax
public override object GetCellContentType( 
   GridCellType cellType,
   GridCellRange range
)

Parameters

cellType
Type of the cell.
range
The range.

Return Value

The returned object will be used as a key to recycle cell content´s
Remarks
If null is returned, the cell will not be recycled, therefore the GridCellFactoryBase.CreateCellContent method will be called for every rendered cell. Notice this will affect the performance negatively.
See Also

Reference

GridCellFactory Class
GridCellFactory Members