Skip to main content

DiagramCustomItemDragResultEventArgs.Canceled Property

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

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.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