Represents a predecessor item generating a dependency between another task and the current task, within the PredecessorItemCollection (Predecessors property) of a GanttChartItem object.

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

Syntax

C#
public class PredecessorItem : DependencyObject, 
	IPredecessorItem, INotifyPropertyChanged
Visual Basic (Declaration)
Public Class PredecessorItem _
	Inherits DependencyObject _
	Implements IPredecessorItem, INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      DlhSoft.Windows.Controls..::.PredecessorItem

See Also