Gets or sets the task item that precedes the owner of the predecessor item (the item that the current item depends of). It is passed to the client side as the read only predecessorItem.item field 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 NetworkDiagramItem Item { get; set; }
Visual Basic (Declaration)
Public Property Item As NetworkDiagramItem

See Also