Skip to main content

DiagramCustomItemDragEventArgs.Data Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v25.1.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public object Data { get; set; }

Property Value

Type Description
Object

A Object.

Remarks

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

See Also