Gets or sets the template that defines the presentation of a Column Header Panel. This is a dependency property.
public DataTemplate HeaderTemplate { get; set; }
Public Property HeaderTemplate As DataTemplate
Use the HeaderTemplate property to specify a template used to render a column header panel.
To set a column header template for a particular column, use the ColumnHeaderTemplate property.