Gets the predecessor collection of the current task item used to define dependencies (to be displayed as polyline arrows between dependent network 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<INetworkPredecessorItem> Predecessors { get; }
Visual Basic (Declaration)
ReadOnly Property Predecessors As IEnumerable(Of INetworkPredecessorItem)

See Also