Click or drag to resize
DataGridTemplateColumnCellEditingTemplate Property
Gets or sets the template to use to display the contents of a cell that is in editing mode.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public DataTemplate CellEditingTemplate { get; set; }

Property Value

Type: DataTemplate
See Also