Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / AppointmentList Class
Members

In This Topic
    AppointmentList Class
    In This Topic
    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)
    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