DataGrid for WPF/Silverlight
CreateCellContent メソッド (DataGridBoundColumn)

C1.WPF.DataGrid.4.5.2 アセンブリ > C1.WPF.DataGrid 名前空間 > DataGridBoundColumn クラス : CreateCellContent メソッド
この列のセル内に情報を表示するために使用される TextBlock を取得します。
シンタックス
'宣言
 
Public Overrides Function CreateCellContent( _
   ByVal row As DataGridRow _
) As System.Windows.FrameworkElement
public override System.Windows.FrameworkElement CreateCellContent( 
   DataGridRow row
)

パラメータ

row

戻り値の型

セル内容を表す TextBlock。
参照

DataGridBoundColumn クラス
DataGridBoundColumn メンバ