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