Skip to main content

AppointmentDragStartingEventArgs.Cancel Property

Specifies whether to cancel the drag-drop operation.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.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