SchedulerControl.AppointmentDrop Event
Occurs when the user drops appointments within a Scheduler’s view.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Event Data
The AppointmentDrop event's data class is DevExpress.UI.Xaml.Scheduler.AppointmentDropEventArgs.
Remarks
Set the Cancel event property to true to restore the initial placement of appointments. The AppointmentDropCompleted event’s DropResult property returns None.
See Also