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

DiagramCustomItemDragResultEventArgs.Canceled Property

Indicates whether the drag-and-drop operation has been canceled.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public bool Canceled { get; }

Property Value

Type Description
Boolean

true, if the drag-and-drop operation has been canceled; otherwise, false.

See Also