Represents a predecessor item generating a dependency between another task and the current task, within the Predecessors collection of a GanttChartItem object.

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

Syntax

C#
[SerializableAttribute]
public class PredecessorItem
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PredecessorItem

Inheritance Hierarchy

System..::.Object
  DlhSoft.Web.UI.WebControls..::.PredecessorItem

See Also