Gets or sets a method used to retreive supplemental nonworking day time intervals to be considered in the chart for any specific date passed in as the method parameter. 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 NonworkingDayIntervalProvider NonworkingDayIntervalProvider { get; set; }
Visual Basic (Declaration)
Public Property NonworkingDayIntervalProvider As NonworkingDayIntervalProvider

Implements

IGanttChartView..::.NonworkingDayIntervalProvider

See Also