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).
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
DataTemplate StandardTaskTemplate { get; set; } |
Visual Basic (Declaration) |
---|
Property StandardTaskTemplate As DataTemplate |