DataGridTemplateColumnCellTemplate Property |
Gets or sets the template to use to display the contents of a cell that is
not in editing mode.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntaxpublic DataTemplate CellTemplate { get; set; }
Property Value
Type:
DataTemplate
See Also