ComponentOne Scheduler for WinForms
AppointmentComparison Property

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : AppointmentComparison Property
Gets or sets the System.Comparison`1 delegate which is used by the C1Schedule control to sort appointments in the Month and Office 2003 Week views.
Syntax
'Declaration
 
Public Property AppointmentComparison As System.Comparison(Of Appointment)
public System.Comparison<Appointment> AppointmentComparison {get; set;}
See Also

Reference

C1Schedule Class
C1Schedule Members