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.MvcAssembly: 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 |