ComponentOne GanttView for WinForms
CustomCalendarCollection Class
Members 

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : CustomCalendarCollection Class
Represents a collection of custom calendars.
Object Model
CustomCalendarCollection Class
Syntax
'Declaration
 
Public Class CustomCalendarCollection 
   Inherits C1.C1Schedule.BaseCollection(Of CustomCalendar)
   Implements C1.C1Schedule.INotifyCollectionChanged 
public class CustomCalendarCollection : C1.C1Schedule.BaseCollection<CustomCalendar>, C1.C1Schedule.INotifyCollectionChanged  
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
               C1.Win.C1GanttView.CustomCalendarCollection

See Also

Reference

CustomCalendarCollection Members
C1.Win.C1GanttView Namespace