Gets or sets the baseline start date and time to be considered for presenting as a second (estimation) task bar for the item in the chart area. It is passed to the client side as the item.baselineStart field accessible from the client code.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also