Skip to main content

DiagramCustomItemQueryContinueDragEventArgs.IsCancellationRequested Property

Indicates whether the drag operation cancellation is requested.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public bool IsCancellationRequested { get; }

Property Value

Type Description
Boolean

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

See Also