[]
Gets the List<T> list containing string descriptions of available locations.
[Browsable(false)]
public List<string> Locations { get; }
The C1Schedule control uses this list to populate Locations ComboBox in the 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 Appointment objects. You can use this list to fill Locations comboBox in the custom appointment dialog.