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.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also