Gets a value that indicates whether the specified item has another item as a direct or indirect, and an implicit or explicit predecessor in the hierarchy.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public bool DependsOf( GanttChartItem item, GanttChartItem predecessorItem ) |
Visual Basic (Declaration) |
---|
Public Function DependsOf ( _ item As GanttChartItem, _ predecessorItem As GanttChartItem _ ) As Boolean |
Parameters
- item
- Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to consider.
- predecessorItem
- Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to check whether it is a predecessor for the specified item.