ComponentOne Scheduler for WinForms
Label Property (Appointment)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > Appointment Class : Label Property
Gets or sets the Label object associated with this appointment.
Syntax
'Declaration
 
Public Property Label As Label
public Label Label {get; set;}
Remarks
Labels may be associated with an appointment to effectively group appointments. This property only accepts Label objects which are present in the C1ScheduleStorage.LabelStorage storage.
See Also

Reference

Appointment Class
Appointment Members