ComponentOne Xamarin Edition
UnbindCellContent Method (GridCellFactory)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellFactory Class : UnbindCellContent Method
Type of the cell.
The range.
Content of the cell.
Unbinds the content of the cell.
Syntax
public override void UnbindCellContent( 
   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