Represents a predecessor item collection that generates dependencies between other tasks and the current task, defined by GanttChartItem objects as their Predecessors property.

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

Syntax

C#
public class PredecessorItemCollection : ObservableCollection<PredecessorItem>
Visual Basic (Declaration)
Public Class PredecessorItemCollection _
	Inherits ObservableCollection(Of PredecessorItem)

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(PredecessorItem>)>)
    System.Collections.ObjectModel..::.ObservableCollection<(Of <(PredecessorItem>)>)
      DlhSoft.Windows.Controls..::.PredecessorItemCollection

See Also