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

Syntax

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

See Also