ComponentOne GanttView for WinForms
TaskCollection Class
Members 

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : TaskCollection Class
Represents a collection of tasks.
Object Model
TaskCollection Class
Syntax
'Declaration
 
Public Class TaskCollection 
   Inherits C1.C1Schedule.BaseCollection(Of Task)
   Implements C1.C1Schedule.INotifyCollectionChanged 
public class TaskCollection : C1.C1Schedule.BaseCollection<Task>, C1.C1Schedule.INotifyCollectionChanged  
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
               C1.Win.C1GanttView.TaskCollection

See Also

Reference

TaskCollection Members
C1.Win.C1GanttView Namespace