Gets the baseline (estimated) start date and time of the current task item.

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

Syntax

C#
Nullable<DateTime> BaselineStart { get; }
Visual Basic (Declaration)
ReadOnly Property BaselineStart As Nullable(Of DateTime)

See Also