Gets or sets the baseline finish 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.baselineFinish 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 BaselineFinish { get; set; }
Visual Basic (Declaration)
Public Property BaselineFinish As DateTime

See Also