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

DiagramCustomItemQueryContinueDragEventArgs.IsCancellationRequested Property

Gets or sets whether the drag operation cancellation is requested.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public bool IsCancellationRequested { get; }

Property Value

Type Description
Boolean

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

See Also