4.174 DataGridTemplateColumn

x:Object > DependencyObject > DataGridColumn > DataGridTemplateColumn
DataGridTemplateColumn
(usage)
<DataGridTemplateColumn />
(description)
Represents a DataGrid column that hosts template-specified content in its cells.
(properties)
CellEditingTemplate
DataTemplate
(description)
The template to use to display the contents of a cell that is in editing mode.
CellEditingTemplateSelector
DataTemplateSelector
(description)
The object that determines which template to use to display the contents of a cell that is in editing mode.
CellTemplate
DataTemplate
(description)
The template to use to display the contents of a cell that is not in editing mode.
CellTemplateSelector
DataTemplateSelector
(description)
The object that determines which template to use to display the contents of a cell that is not in editing mode.