ArcGIS Pro 2.8 API Reference Guide
Effects Property (DragInfo)

ArcGIS.Desktop.Framework.DragDrop Namespace > DragInfo Class : Effects Property
Gets or sets the allowed effects for the drag.
Syntax
public DragDropEffects Effects {get; set;}
Public Property Effects As DragDropEffects
Remarks
This must be set to a value other than System.Windows.DragDropEffects.None by a drag handler in order for a drag to start.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DragInfo Class
DragInfo Members