Gets or sets the initiation cost value to apply to the managed tasks.

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

Syntax

C#
public double TaskInitiationCost { get; set; }
Visual Basic (Declaration)
Public Property TaskInitiationCost As Double

Implements

IGanttChartView..::.TaskInitiationCost

See Also