Gets or sets the total cost of the task, summing up ExecutionCost and ExtraCost.

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

Syntax

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

Implements

IGanttChartItem..::.Cost

See Also