Back to Devexpress

DiagramCustomItemDragEventArgs.SourceItem Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcustomitemdrageventargs.md

latest1.3 KB
Original Source

DiagramCustomItemDragEventArgs.SourceItem Property

Returns the item the end-user is dragging.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
DiagramItem

A DiagramItem descendant.

|

Remarks

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

See Also

DiagramCustomItemDragEventArgs Class

DiagramCustomItemDragEventArgs Members

DevExpress.Xpf.Diagram Namespace