Skip to main content
A newer version of this page is available. .

AppointmentEditViewModelBase.Label Property

Gets or sets the label object associated with the appointment.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public AppointmentLabelItem Label { get; set; }

Property Value

Type Description
AppointmentLabelItem

A AppointmentLabelItem object that is the appointment’s Labels.

See Also