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

See Also