Gets or sets the template to be used for displaying task event items in the chart (by default task events are represented by simple rounded rectangles in the view). This is a dependency property.

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

Syntax

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

Implements

IPertChartView..::.TaskEventTemplate

See Also