Skip to main content
All docs
V24.1

AppointmentViewModel.Label Property

Gets the label object associated with the appointment.

Namespace: DevExpress.Xpf.Scheduling.VisualData

Assembly: DevExpress.Xpf.Scheduling.v24.1.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentLabelItem Label { get; }

Property Value

Type Description
AppointmentLabelItem

The label object associated with the appointment.

Remarks

Refer to the following help topic for more information: Labels.

See Also