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

DiagramCustomItemDragEventArgs.Data Property

Provides data about the diagram items the end-user is dragging.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public IDataObject Data { get; set; }

Property Value

Type Description
IDataObject

A System.Windows.Forms.IDataObject object.

Remarks

Pass the Data property as the DragDrop.DoDragDrop method’s data parameter.

See Also