Xamarin.Forms のドキュメント
GetCellContentType メソッド (GridCellFactory)
C1.Xamarin.Forms.Grid アセンブリ > C1.Xamarin.Forms.Grid 名前空間 > GridCellFactory クラス : GetCellContentType メソッド
セルのタイプ
セルの範囲
セルの内容のタイプを定義するキーを取得します。
シンタックス
public override System.object GetCellContentType( 
   GridCellType cellType,
   GridCellRange range
)

パラメータ

cellType
セルのタイプ
range
セルの範囲

戻り値の型

返されたオブジェクトは、セルのコンテンツをリサイクルするためのキーとして使用されます
解説
nullが返された場合、セルはリサイクルされません。したがって、C1.Xamarin.Forms.Grid.GridCellFactory.CreateCellContent(C1.Xamarin.Forms.Grid.GridCellType、C1.Xamarin.Forms.Grid .GridCellRange、System.Object) メソッドは、すべてのレンダリングされたセルに対して呼び出されます。 これはパフォーマンスに悪影響を与えることに注意してください。
参照

GridCellFactory クラス
GridCellFactory メンバ