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.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also