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

In This Topic
    SelectedAppointments Property (BaseTableView)
    In This Topic
    Gets the System.Collections.Generic.List`1 object containing the list of the currently selected C1.C1Schedule.Appointment objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedAppointments As System.Collections.Generic.List(Of Appointment)
    public System.Collections.Generic.List<Appointment> SelectedAppointments {get;}
    See Also