Gets or sets a value that indicates whether dependency constraints are automatically ensured even while dragging task bars in the control (or only when the operation completes), when AreTaskDependencyConstraintsEnabled is set to true; by default it is set to false.

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

Syntax

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

See Also