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

In This Topic
    SelectedAppointments Property (C1Schedule)
    In This Topic
    Gets the C1.C1Schedule.AppointmentList object containing the list of currently selected C1.C1Schedule.Appointment objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedAppointments As AppointmentList
    public AppointmentList SelectedAppointments {get;}
    See Also