ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DropInfo Class / VisualTargetItem Property

In This Topic
    VisualTargetItem Property
    In This Topic
    Gets the item in an ItemsControl that is the current drop target.
    Syntax
    public UIElement VisualTargetItem {get; set;}
    Public Property VisualTargetItem As UIElement
    Remarks
    If the current drop target 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