Gets or sets the maximum start date and time of the current task item (applied when possible). It is passed to the client side as the item.maxStart 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 MaxStart { get; set; }
Visual Basic (Declaration)
Public Property MaxStart As DateTime

See Also