Skip to main content

AppointmentInfo.Appointment Property

Returns the appointment with which a user interact.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public AppointmentItem Appointment { get; }

#Property Value

Type Description
AppointmentItem

The appointment with which a user interacts.

See Also