Xuni Product Documentation - Xamarin.Forms
BindCellContent Method
Type of the cell.
The range.
Content of the cell.
Binds the content of the cell.
Syntax
public virtual void BindCellContent( 
   GridCellType cellType,
   GridCellRange range,
   Xamarin.Forms.View cellContent
)

Parameters

cellType
Type of the cell.
range
The range.
cellContent
Content of the cell.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridCellFactory Class
GridCellFactory Members