C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / AppointmentCollection Class
Members

AppointmentCollection Class
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)
   Implements 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.C1Schedule.AppointmentCollection

See Also