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

パラメータ

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

GridCellFactoryBase クラス
GridCellFactoryBase メンバ