Gets the computed DataTemplate to be used for displaying the current item in the GanttChartView control (standard task, summary task, or milestone task), based on the current task item properties and position in the containing hierarchical collection. 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 ComputedTaskTemplate { get; set; }
Visual Basic (Declaration)
Public Property ComputedTaskTemplate As DataTemplate

See Also