AgendaAppointmentViewModel.View Property
Gets the AgendaView instance that is associated with the current ViewModel.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public AgendaView View { get; }
Property Value
Type | Description |
---|---|
AgendaView | The AgendaView instance. |
See Also