Gets or sets the resource schedules (working and nonworking time definitions) to consider when scheduling items with assigned resources (considering the resource with the maximum assigned allocation units value for each item, and assuming they do not have specific schedules defined themselves).

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

Syntax

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

Implements

IGanttChartView..::.ResourceSchedules

See Also