Gets or sets a value indicating whether individual item nonworking time is highlighted in the chart (false by default).

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

Syntax

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

See Also