Gets or sets the specific hour cost values to apply for the assigned resources of the managed tasks.

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

Syntax

C#
public IDictionary<string, double> SpecificResourceHourCosts { get; set; }
Visual Basic (Declaration)
Public Property SpecificResourceHourCosts As IDictionary(Of String, Double)

Implements

IGanttChartView..::.SpecificResourceHourCosts

See Also