Gets or sets a collection that defines predecessor items referring the task items that the current item depends of, and having the relations displayed in the Network Diagram view as dependency lines. It is passed to the client side as the item.predecessors array accessible from the client code.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

C#
public List<NetworkPredecessorItem> Predecessors { get; set; }
Visual Basic (Declaration)
Public Property Predecessors As List(Of NetworkPredecessorItem)

See Also