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

See Also