Skip to main content

AppointmentViewInfo.Label Property

Gets or sets the label of the appointment.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public AppointmentLabel Label { get; set; }

#Property Value

Type Description
AppointmentLabel

An AppointmentLabel object that specifies an appointment label.

See Also