ComponentOne Scheduler for WPF and Silverlight
AppointmentCollection Class
Members 

C1.C1Schedule Namespace : 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)
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

Reference

AppointmentCollection Members
C1.C1Schedule Namespace