Gets or sets the template to be used for displaying summary task items in the chart (by default summary tasks are represented by container bar polygons in the view). 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 SummaryTaskTemplate { get; set; }
Visual Basic (Declaration)
Public Property SummaryTaskTemplate As DataTemplate

Implements

IGanttChartView..::.SummaryTaskTemplate

See Also