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