Gets or sets the template to be used for displaying assignments content in the chart (shown to the right of the task bars 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 AssignmentsTemplate { get; set; }
Visual Basic (Declaration)
Public Property AssignmentsTemplate As DataTemplate

Implements

IGanttChartView..::.AssignmentsTemplate

See Also