Xamarin.iOS のドキュメント
CreateCellContent(GridCellType,GridCellRange,Object) メソッド

C1.iOS.Grid アセンブリ > C1.iOS.Grid 名前空間 > GridCellFactoryBase クラス : CreateCellContent(GridCellType,GridCellRange,Object) メソッド
セルのタイプ
範囲
セルコンテンツのタイプ
セルのコンテンツを作成します。
シンタックス
'宣言
 
Public Overridable Function CreateCellContent( _
   ByVal cellType As GridCellType, _
   ByVal range As GridCellRange, _
   ByVal cellContentType As System.Object _
) As UIKit.UIView
public virtual UIKit.UIView CreateCellContent( 
   GridCellType cellType,
   GridCellRange range,
   System.object cellContentType
)

パラメータ

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

GridCellFactoryBase クラス
GridCellFactoryBase メンバ