FlexGrid for WPF
GetCellContentType メソッド (GridWrapCellFactory)

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 > GridWrapCellFactory クラス : GetCellContentType メソッド
セルのタイプ
範囲
セルコンテンツのタイプを定義するキーを取得します。
シンタックス
'宣言
 
Public Overrides Function GetCellContentType( _
   ByVal cellType As GridCellType, _
   ByVal range As GridCellRange _
) As System.Object
public override System.object GetCellContentType( 
   GridCellType cellType,
   GridCellRange range
)

パラメータ

cellType
セルのタイプ
range
範囲

戻り値の型

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

GridWrapCellFactory クラス
GridWrapCellFactory メンバ