Iterates the critical items of the project consisting of all standard tasks within the control.

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

Syntax

C#
public IEnumerable<GanttChartItem> GetCriticalItems(
	TimeSpan criticalDelay
)
Visual Basic (Declaration)
Public Function GetCriticalItems ( _
	criticalDelay As TimeSpan _
) As IEnumerable(Of GanttChartItem)

Parameters

criticalDelay
Type: System..::.TimeSpan
The critical delay to be considered when determining critical dependent tasks.

Implements

IGanttChartView..::.GetCriticalItems(TimeSpan)

See Also