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.Controls
Assembly:  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.

Return Value

A value that indicates whether the specified item has the other item as a predecessor.

Implements

IGanttChartView..::.DependsOf(GanttChartItem, GanttChartItem)

See Also