Table of Contents
DragDropScope Enumeration

Specifies the drag drop scope.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 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.
See Also