ComponentOne Scheduler for WinForms
SelectedAppointments Property (BaseTableView)

C1.Win.C1Schedule.Extended.4 Assembly > C1.Win.C1Schedule Namespace > BaseTableView Class : SelectedAppointments Property
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

Reference

BaseTableView Class
BaseTableView Members