AppointmentInfo.Appointment Property
In This Article
Returns the appointment with which a user interact.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public AppointmentItem Appointment { get; }
#Property Value
Type | Description |
---|---|
Appointment |
The appointment with which a user interacts. |
See Also