ComponentOne GanttView for WinForms
CalendarStorage Class
Members 

C1.Win.C1GanttView.4 Assembly > C1.GanttView Namespace : CalendarStorage Class
The CalendarStorage is the storage for C1.Win.C1GanttView.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

Reference

CalendarStorage Members
C1.GanttView Namespace