[]
Gets or sets the Comparison<T> delegate which is used by the C1Schedule control to sort appointments.
[Browsable(false)]
public Comparison<Appointment> AppointmentComparison { get; set; }
<Browsable(False)>
Public Property AppointmentComparison As Comparison(Of Appointment)