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.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public DateTime Finish { get; set; }
Visual Basic (Declaration)
Public Property Finish As DateTime

See Also