Skip to main content

AppointmentViewModel.Status Property

Returns the appointment’s status.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public AppointmentStatusItem Status { get; }

#Property Value

Type Description
AppointmentStatusItem

The appointment’s status.

See Also