Gets or sets a value that determines whether to allow creating start- 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 AllowCreatingStartDependencies { get; set; }
Visual Basic (Declaration)
Public Overridable Property AllowCreatingStartDependencies As Boolean

See Also