Gets or sets the schedule of this ScheduleChartViewItem.
The resource schedule indicates the time intervals of a day that the resource can use as work time for achieving completion of a task, restricting the task schedule further. If the resource schedule is not set it means that the resource can use any time interval as work time, and the task schedule is not restricted.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public Schedule Schedule { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property Schedule As Schedule |