Back to Devexpress

DiagramCustomItemDragEventArgs.SourceItem Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcustomitemdrageventargs.md

latest1.4 KB
Original Source

DiagramCustomItemDragEventArgs.SourceItem Property

Returns the item the end-user is dragging.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public DiagramItem SourceItem { get; }
vb
Public ReadOnly Property SourceItem As DiagramItem

Property Value

TypeDescription
DiagramItem

A DiagramItem descendant.

|

Remarks

The DiagramCustomItemDragEventArgs.Items property returns the list of items that are objects of the drag-and-drop operation.

See Also

DiagramCustomItemDragEventArgs Class

DiagramCustomItemDragEventArgs Members

DevExpress.XtraDiagram Namespace