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