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

GridCellFactoryBase Class
GridCellFactoryBase Members