Gets a value that indicates whether the current item has the specified 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 predecessorItem
)
Visual Basic (Declaration)
Public Function DependsOf ( _
	predecessorItem As GanttChartItem _
) As Boolean

Parameters

predecessorItem
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to check whether it is a predecessor for the current item.

Return Value

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

See Also