Gets or sets a value that determines whether dependency line tool tips are presented.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also