Gets or sets the template to be used for displaying extra elements for task items in the chart (regardless of the task type). 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 ExtraTaskTemplate { get; set; }
Visual Basic (Declaration)
Public Property ExtraTaskTemplate As DataTemplate

See Also