Gets or sets the cost per hour of this LoadChartViewItem. The resource cost per hour is applied when computing a task cost, proportionally for each assignment, considering the task duration and the assigned allocation units. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public double CostPerHour { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property CostPerHour As Double

Implements

IResourceItem..::.CostPerHour

See Also