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

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public bool IsCritical(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Function IsCritical ( _
	item As GanttChartItem _
) As Boolean

Parameters

item
Type: DlhSoft.Web.Mvc..::.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.

See Also