GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / C1GanttViewStorage Class
Members

In This Topic
    C1GanttViewStorage Class
    In This Topic
    The C1GanttViewStorage component handles all data operations for the C1GanttView control and contains specific data storages for tasks, resources, calendars and properties which are used for binding corresponing collections to the data.
    Object Model
    C1GanttViewStorage Class
    Syntax
    'Declaration
     
    Public Class C1GanttViewStorage 
       Inherits C1.C1Schedule.StorageComponent
    public class C1GanttViewStorage : C1.C1Schedule.StorageComponent 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.C1Schedule.StorageComponent
                C1.GanttView.C1GanttViewStorage

    See Also