Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / AppointmentComparison Property

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