Gets a value indicating whether the specified item is critical within the project consisting of all standard tasks within the control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public bool IsCritical( GanttChartItem item, TimeSpan criticalDelay ) |
Visual Basic (Declaration) |
---|
Public Function IsCritical ( _ item As GanttChartItem, _ criticalDelay As TimeSpan _ ) As Boolean |
Parameters
- item
- Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to check.
- criticalDelay
- Type: System..::.TimeSpan
The critical delay to be considered when determining critical dependent tasks.