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

See Also