Gets or sets the schedule of this GanttChartViewItem.
The task schedule indicates the time intervals of a day that can be used as work time for achieving completion of the task. If a child task schedule is not set, the parent task schedule is used. If a root task schedule is not set the Continuous schedule is used.
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 |