SchedulerGestureEventArgs.AppointmentInfo Property
In This Article
Returns information about an appointment with which an user interacts.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public AppointmentInfo AppointmentInfo { get; }
#Property Value
Type | Description |
---|---|
Appointment |
Information about an appointment with which a user interacts. |
See Also