Gets or sets the Label object associated with this appointment.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public Label Label { get; set; }
Visual Basic
Public Property Label As Label
	Get
	Set

Remarks

Labels may be associated with an appointment to effectively group appointments.

Remarks

This property only accepts Label objects which are present in the C1ScheduleStorage.LabelStorage storage.

See Also