Xamarin.Forms のドキュメント
CreateCellContent メソッド (GridCellFactoryBase)
C1.Xamarin.Forms.Grid アセンブリ > C1.Xamarin.Forms.Grid 名前空間 > GridCellFactoryBase クラス : CreateCellContent メソッド
セルのタイプ
範囲
セルコンテンツのタイプ
セルのコンテンツを作成します。
シンタックス
public virtual Xamarin.Forms.View CreateCellContent( 
   GridCellType cellType,
   GridCellRange range,
   System.object cellContentType
)

パラメータ

cellType
セルのタイプ
range
範囲
cellContentType
セルコンテンツのタイプ
解説
実際のデータは BindCellContent メソッドで設定します。
参照

GridCellFactoryBase クラス
GridCellFactoryBase メンバ