Gets or sets a value that determines whether to allow creating -to-finish dependencies using drag and drop operations in the chart.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual bool AllowCreatingToFinishDependencies { get; set; }
Visual Basic (Declaration)
Public Overridable Property AllowCreatingToFinishDependencies As Boolean

See Also