ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DropInfo Class / TargetCollection Property

In This Topic
    TargetCollection Property
    In This Topic
    Gets the collection that the target ItemsControl is bound to.
    Syntax
    Public ReadOnly Property TargetCollection As IEnumerable
    public IEnumerable TargetCollection {get;}
    Remarks
    If the current drop target is unbound or not an ItemsControl, this will be null.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also