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

DiagramCustomItemDragEventArgs.Result Property

Returns the drag-and-drop operation result.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

public DragDropEffects Result { get; set; }

Property Value

Type Description
DragDropEffects

A System.Windows.Forms.DragDropEffects enumeration value.

See Also