ComponentOne Scheduler for WPF and Silverlight
AppointmentList Class
Members 

C1.C1Schedule Namespace : AppointmentList Class
The AppointmentList is a sortable collection of Appointment objects.
Object Model
AppointmentList Class
Syntax
'Declaration
 
Public Class AppointmentList 
   Inherits System.Collections.ObjectModel.Collection(Of Appointment)
public class AppointmentList : System.Collections.ObjectModel.Collection<Appointment> 
Remarks
The AppointmentList is not guaranteed to be sorted. You must sort the AppointmentList before performing operations that require the AppointmentList to be sorted.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.C1Schedule.AppointmentList

See Also

Reference

AppointmentList Members
C1.C1Schedule Namespace