DiagramCustomItemDragEventArgs.Data Property
Provides data about the diagram items the end-user is dragging.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
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