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

In This Topic
    CalendarStorage Class
    In This Topic
    The CalendarStorage is the storage for CustomCalendar objects. It allows binding to the data source and mapping data source fields to the calendar properties.
    Object Model
    CalendarStorage Class
    Syntax
    'Declaration
     
    Public Class CalendarStorage 
       Inherits C1.C1Schedule.BaseStorage(Of CustomCalendar,CalendarMappingCollection)
    public class CalendarStorage : C1.C1Schedule.BaseStorage<CustomCalendar,CalendarMappingCollection> 
    Inheritance Hierarchy

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

    See Also