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.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public DateTime BaselineStart { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property BaselineStart As DateTime |