ComponentOne Studio for WinRT XAML
CellEditingTemplate プロパティ

編集モードのセルのコンテンツを表示するために使用するテンプレートを取得または設定します。
構文
'宣言
 
Public Property CellEditingTemplate As Windows.UI.Xaml.DataTemplate
public Windows.UI.Xaml.DataTemplate CellEditingTemplate {get; set;}
解説

CellTemplate プロパティと CellEditingTemplate プロパティは、Microsoft DataGrid for Silverlight/WPF の相当するプロパティと同様に機能します。

これらのプロパティは XAML で定義でき、列内のセルを表すビジュアル要素の作成に使用されます。

CellTemplate は通常のモードでセルを作成し、CellEditingTemplate は編集モードでセルを作成します。

サンプルについては、CellTemplate プロパティを参照してください。

参照

Column クラス
Column メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.