ComponentOne GanttView for WPF
TaskCollection Class
Members 

C1.WPF.GanttView.4 Assembly > C1.GanttView Namespace : TaskCollection Class
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.GanttView.TaskCollection

See Also

Reference

TaskCollection Members
C1.GanttView Namespace