FlexGrid for WPF
GetCellKind(GridCellType,GridCellRange) メソッド

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

パラメータ

cellType
セルの種類。
range
範囲。

戻り値の型

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

GridCellFactory クラス
GridCellFactory メンバ
オーバーロード一覧