AppointmentViewModel.Status Property
Returns the appointment’s status.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public AppointmentStatusItem Status { get; }
Property Value
Type | Description |
---|---|
AppointmentStatusItem | The appointment’s status. |
See Also