ArcGIS Pro 3.7 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 Property VisualTargetItem As UIElement
    public UIElement VisualTargetItem {get; set;}
    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