AppointmentViewModel.Appointment Property
Returns the appointment for whose representation the view model provides data.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public AppointmentItem Appointment { get; }
Property Value
Type | Description |
---|---|
AppointmentItem | The appointment for whose representation the view model provides data. |
See Also