Click or drag to resize
DataGridTemplateColumn Properties

The DataGridTemplateColumn type exposes the following members.

Properties
  NameDescription
Public propertyBinding
Gets or sets the binding that associates the column with a property in the data source.
(Inherited from DataGridBoundColumn.)
Public propertyCellEditingTemplate
Gets or sets the template to use to display the contents of a cell that is in editing mode.
Public propertyCellTemplate
Gets or sets the template to use to display the contents of a cell that is not in editing mode.
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.)
Public propertyHeader
Gets or sets the content of the column header.
(Inherited from DataGridColumn.)
Public propertyHeaderStyle
Gets or sets the style that is used when rendering the column header.
(Inherited from DataGridColumn.)
Public propertyHeaderTemplate
Gets or sets the template that defines the visual representation of the column header.
(Inherited from DataGridColumn.)
Public propertyIsAutoGenerated
Gets a value that indicates whether the column is auto-generated.
(Inherited from DataGridColumn.)
Public propertyIsReadOnly (Inherited from DataGridColumn.)
Public propertyWidth
Gets or sets the column width or automatic sizing mode.
(Inherited from DataGridColumn.)
Top
See Also