Gets or sets a value that determines whether dependency lines are presented 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 AreTaskDependenciesVisible { get; set; }
Visual Basic (Declaration)
Public Overridable Property AreTaskDependenciesVisible As Boolean

See Also