ComponentOne Scheduler for WPF and Silverlight
AppointmentComparison Property (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : AppointmentComparison Property
Gets or sets the System.Comparison`1 delegate which is used by the C1Scheduler control to sort appointments.
Syntax
'Declaration
 
Public Property AppointmentComparison As System.Comparison(Of Appointment)
public System.Comparison<Appointment> AppointmentComparison {get; set;}
See Also

Reference

C1Scheduler Class
C1Scheduler Members