Skip to main content

AppointmentEditViewModelBase.Label Property

Gets or sets the label object associated with the appointment.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentLabelItem Label { get; set; }

Property Value

Type Description
AppointmentLabelItem

A AppointmentLabelItem object that is the appointment’s Labels.

See Also