ComponentOne GanttView for WinForms
TasksStorage Class
Members 

C1.Win.C1GanttView.4 Assembly > C1.GanttView Namespace : TasksStorage Class
The TasksStorage is the storage for C1.Win.C1GanttView.Task objects. It allows binding to the data source and mapping data source fields to the task properties.
Object Model
TasksStorage Class
Syntax
'Declaration
 
Public Class TasksStorage 
   Inherits C1.C1Schedule.BaseStorage(Of Task,TasksMappingCollection)
public class TasksStorage : C1.C1Schedule.BaseStorage<Task,TasksMappingCollection> 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         C1.C1Schedule.C1BindingSource
            C1.C1Schedule.BaseStorage<T,TMappingCollection>
               C1.GanttView.TasksStorage

See Also

Reference

TasksStorage Members
C1.GanttView Namespace