| C1.Xaml.FlexGrid アセンブリ > C1.Xaml.FlexGrid 名前空間 > Column クラス : 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 プロパティを参照してください。