AppointmentViewModel.Label Property
In This Article
Returns the appointment’s label.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public AppointmentLabelItem Label { get; }
#Property Value
Type | Description |
---|---|
Appointment |
The appointment’s label. |
See Also