Gets or sets the label object associated with the appointment.
Namespace:DevExpress.Xpf.Scheduling
Assembly:DevExpress.Xpf.Scheduling.v19.2.dll

Syntax
C# |
public AppointmentLabelItem Label { get; set; }
|
VB |
Public Property Label As AppointmentLabelItem
|
Property value
Type:
AppointmentLabelItem
A AppointmentLabelItem object that is the appointment's Labels.

See Also