ComponentOne GanttView for WinForms
PredecessorCollection Class
Members 

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : PredecessorCollection Class
Represents a collection of task predecessors.
Object Model
PredecessorCollection Class
Syntax
'Declaration
 
Public Class PredecessorCollection 
   Inherits System.Collections.ObjectModel.Collection(Of Predecessor)
public class PredecessorCollection : System.Collections.ObjectModel.Collection<Predecessor> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.Win.C1GanttView.PredecessorCollection

See Also

Reference

PredecessorCollection Members
C1.Win.C1GanttView Namespace