FlexGrid for UWP/WinRT
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 プロパティを参照してください。

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

Column クラス
Column メンバ

Send Feedback