Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / AppointmentCollection Class
Members

In This Topic
    AppointmentCollection Class
    In This Topic
    The AppointmentCollection is a collection of all Appointment objects in the C1Schedule component.
    Object Model
    AppointmentCollection Class
    Syntax
    'Declaration
     
    Public Class AppointmentCollection 
       Inherits C1.C1Schedule.BaseCollection(Of Appointment)
    public class AppointmentCollection : C1.C1Schedule.BaseCollection<Appointment> 
    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.C1Schedule.AppointmentCollection

    See Also