Skip to main content

DiagramCustomItemQueryContinueDragEventArgs.IsCancellationRequested Property

Indicates whether the drag operation cancellation is requested.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public bool IsCancellationRequested { get; }

Property Value

Type Description
Boolean

true, if the drag operation cancellation is requested; otherwise, false.

See Also