Skip to main content
A newer version of this page is available. .

DragDropBehavior Constructors

Represents the Drag-and-Drop Behavior that can be attached to a data control to allow users to move/reorder data elements with the mouse.
Name Parameters Description
DragDropBehavior(Type, Boolean, Boolean, Boolean, Boolean, DragDropEvents) dragDropBehaviorSourceType, previewVisible, insertIndicatorVisible, allowDrop, allowDrag, events Initializes a new DragDropBehavior class instance with the specified settings. For internal use.
See Also