ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragInfo Class / SourceItems Property

In This Topic
    SourceItems Property
    In This Topic
    Gets a collection of objects that the selected items in an ItemsControl are bound to.
    Syntax
    Public ReadOnly Property SourceItems As IEnumerable
    public IEnumerable SourceItems {get;}
    Remarks
    If the control that initiated the drag is unbound or not an ItemsControl, this will be empty.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also