C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / CalendarStorage Class
Members

CalendarStorage Class
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.Schedule.BaseStorage(Of CustomCalendar,CalendarMappingCollection)
 
Inheritance Hierarchy

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

See Also