Gets or sets a value that indicates whether the user can create and delete task dependencies in the chart area. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

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

See Also