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

Implements

IGanttChartView..::.StandardTaskTemplate

See Also