ComponentOne Scheduler for WinForms
Locations Property

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : Locations Property
Gets the System.Collections.Generic.List`1 list containing string descriptions of available locations.
Syntax
'Declaration
 
Public ReadOnly Property Locations As System.Collections.Generic.List(Of String)
public System.Collections.Generic.List<string> Locations {get;}
Remarks
The C1Schedule control uses this list to populate Locations ComboBox in the C1.Win.C1Schedule.Forms.AppointmentForm form. You can pre-populate this list at application start. The C1Schedule control extends this list automatically every time when the new location value is used in one of the C1.C1Schedule.Appointment objects. You can use this list to fill Locations comboBox in the custom appointment dialog.
See Also

Reference

C1Schedule Class
C1Schedule Members