FlexGrid for WPF
CreateCellContent メソッド (GridSkeletonLoadingCellFactory)

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

パラメータ

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

GridSkeletonLoadingCellFactory クラス
GridSkeletonLoadingCellFactory メンバ