Specifies the drag drop scope.
[Visual Basic]
Public Enum DragDropScope
[C#]
public enum DragDropScope
Members
| Member Name |
Description |
| Local | Drag drop occurs within the control. |
| Global | Drag drop occurs between a drag source and a drag target, which can be the same control or two different controls. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace