Gets a value indicating whether the specified item is critical within 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 bool IsCritical(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Function IsCritical ( _
	item As GanttChartItem _
) As Boolean

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to check.

Return Value

A value indicating whether the specified item is critical within the project consisting of all standard tasks within the control.

Implements

IGanttChartView..::.IsCritical(GanttChartItem)

See Also