ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragInfo Class / SourceItem Property

In This Topic
    SourceItem Property
    In This Topic
    Gets the object that a dragged item is bound to.
    Syntax
    public object SourceItem {get;}
    Public ReadOnly Property SourceItem As Object
    Remarks
    If the control that initiated the drag is unbound or not an ItemsControl, this will be null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also