Gets or sets the DataTemplate used by the header areas generated by the current scale to display header texts or content. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public DataTemplate HeaderContentTemplate { get; set; }
Visual Basic (Declaration)
Public Property HeaderContentTemplate As DataTemplate

See Also