Gets or sets an object that indicates the working and nonworking time intervals that should apply to this item in the Gantt Chart.

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

Syntax

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

See Also