Gets a value indicating whether the project consisting of all standard tasks within the control is currently on schedule.

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

Syntax

C#
public bool IsProjectOnSchedule()
Visual Basic (Declaration)
Public Function IsProjectOnSchedule As Boolean

Return Value

A value indicating whether the project consisting of all standard tasks within the control is currently on schedule.

Implements

IGanttChartView..::.IsProjectOnSchedule()()()

See Also