ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / TaskCollection Class
Members

In This Topic
    TaskCollection Class
    In This Topic
    Represents a collection of tasks.
    Object Model
    TaskCollection Class
    Syntax
    'Declaration
     
    Public Class TaskCollection 
       Inherits C1.C1Schedule.BaseCollection(Of Task)
    public class TaskCollection : C1.C1Schedule.BaseCollection<Task> 
    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