Gets or sets the Label object associated with this appointment.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Remarks

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

See Also