C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / Label Property

In This Topic
Label Property (Appointment)
In This Topic
Gets or sets the Label object associated with this appointment.
Syntax
'Declaration
 
Public Property Label As Label
 
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