AgendaAppointmentViewModel.Appointment Property
Gets the AgendaView appointment.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public AppointmentItem Appointment { get; }
Property Value
| Type | Description |
|---|---|
| AppointmentItem | The AgendaView appointment. |
See Also