Skip to main content
A newer version of this page is available. .

AppointmentDragEventArgsBase.Cancel Property

Specifies whether to cancel the drag-drop operation.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the drag-drop operation and reset the appointments to their initial state; otherwise, false.

See Also