DiagramCustomItemDragEventArgs.Data Property
Provides data about the diagram items the end-user is dragging.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v25.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
Type |
---|
Object |
Remarks
Pass the Data property as the DragDrop.DoDragDrop method’s data parameter.
See Also