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

In This Topic
    Sort Method (AppointmentList)
    In This Topic
    Sorts the elements in the entire AppointmentList using the default comparer (by the Appointment.Start value).
    Overload List
    OverloadDescription
    Sorts the elements in the entire AppointmentList using the default comparer (by the Appointment.Start value).  
    Sorts the elements in the entire AppointmentList using the specified System.Comparison.  
    Sorts the elements in the entire AppointmentList using the specified comparer.  
    Sorts the elements in a range of elements in AppointmentList using the specified comparer.  
    See Also