Gets or sets the task event item that the dependent task event item of the current predecessor item depends of. This is a dependency property.

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

Syntax

C#
public PertChartItem Item { get; set; }
Visual Basic (Declaration)
Public Property Item As PertChartItem

See Also