ComponentOne GanttView for WinForms
CalendarMappingCollection Class
Members 

C1.Win.C1GanttView.4 Assembly > C1.GanttView Namespace : CalendarMappingCollection Class
Represents a generic collection of mappings for properties of C1.Win.C1GanttView.BaseObject derived objects to appropriate data fields.
Object Model
CalendarMappingCollection Class
Syntax
'Declaration
 
Public Class CalendarMappingCollection 
   Inherits C1.C1Schedule.MappingCollectionBase(Of CustomCalendar)
public class CalendarMappingCollection : C1.C1Schedule.MappingCollectionBase<CustomCalendar> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.MappingCollectionBase<T>
            C1.GanttView.CalendarMappingCollection

See Also

Reference

CalendarMappingCollection Members
C1.GanttView Namespace