Gets a list of item nonworking highlights to be applied to the chart area (presenting item specific nonworking time information). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public IEnumerable<GanttChartView..::.ItemNonworkingHighlight> ItemNonworkingHighlights { get; set; }
Visual Basic (Declaration)
Public Property ItemNonworkingHighlights As IEnumerable(Of GanttChartView..::.ItemNonworkingHighlight)

See Also