Scheduler for WPF | ComponentOne
C1.Schedule.Printing Namespace / DateAppointments Class / Appointments Property

In This Topic
    Appointments Property (DateAppointments)
    In This Topic
    Gets the List list of all appointments for the represented day.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Appointments As List(Of Appointment)
    public List<Appointment> Appointments {get;}
    See Also