Skip to main content

AppointmentViewModel.Label Property

Returns the appointment’s label.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public AppointmentLabelItem Label { get; }

#Property Value

Type Description
AppointmentLabelItem

The appointment’s label.

See Also