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

In This Topic
    CustomCalendarCollection Class
    In This Topic
    Represents a collection of custom calendars.
    Object Model
    CustomCalendarCollection Class
    Syntax
    'Declaration
     
    Public Class CustomCalendarCollection 
       Inherits C1.C1Schedule.BaseCollection(Of CustomCalendar)
    public class CustomCalendarCollection : C1.C1Schedule.BaseCollection<CustomCalendar> 
    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.GanttView.CustomCalendarCollection

    See Also