Gets the predecessor collection of the current task event item used to define dependencies (to be displayed as polyline arrows between dependent PERT shapes in the view).

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
IEnumerable<IPredecessorItem> IPertChartItem.Predecessors { get; }
Visual Basic (Declaration)
Private ReadOnly Property Predecessors As IEnumerable(Of IPredecessorItem)
	Implements IPertChartItem.Predecessors

Implements

IPertChartItem..::.Predecessors

See Also