Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / AppointmentComparison Property

In This Topic
    AppointmentComparison Property (C1Schedule)
    In This Topic
    Gets or sets the System.Comparison`1 delegate which is used by the C1Schedule control to sort appointments.
    Syntax
    'Declaration
     
    Public Property AppointmentComparison As System.Comparison(Of Appointment)
    public System.Comparison<Appointment> AppointmentComparison {get; set;}
    See Also