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

See Also