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


In This Topic
    DragInfo Class Members
    In This Topic

    The following tables list the members exposed by DragInfo.

    Public Constructors
     NameDescription
    Public Constructor Instantiates a new DragInfo instance.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the drag data.  
    Public PropertyGets the position of the click that initiated the drag, relative to VisualSource.  
    Public Property Gets or sets the allowed effects for the drag.  
    Public Property Gets the mouse button that initiated the drag.  
    Public Property Gets the collection that the source ItemsControl is bound to.  
    Public Property Gets the object that a dragged item is bound to.  
    Public Property Gets a collection of objects that the selected items in an ItemsControl are bound to.  
    Public Property Gets the control that initiated the drag.  
    Public Property Gets the item in an ItemsControl that started the drag.  
    Top
    See Also