Gets or sets a value that indicates whether task predecessor collections (generating dependencies) in the chart area of the control are read only.

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

Syntax

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

See Also