Gets or sets a value indicating whether task interruptions are supplementary highlighted (over the task bars) in the chart (false by default).

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

Syntax

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

See Also