Gets or sets the path to a Schedule value on the source task item to serve as the task schedule, or null to indicate that the schedule is not provided by the source task item. 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 value of the Schedule property of the ResourceGanttChartEntityListViewBase control is used. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public string TaskScheduleMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property TaskScheduleMemberPath As String

See Also