AppointmentDragEventArgsBase.Cancel Property
In This Article
Specifies whether to cancel the drag-drop operation.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to cancel the drag-drop operation and reset the appointments to their initial state; otherwise, false. |
See Also