Skip to main content
All docs
V26.1
  • DiagramCustomItemDragResultEventArgs.Canceled Property

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

    Namespace: DevExpress.Xpf.Diagram

    Assembly: DevExpress.Xpf.Diagram.v26.1.dll

    Declaration

    public bool Canceled { get; }

    Property Value

    Type Description
    Boolean

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

    See Also