Enum DragDropBehavior
Defines the behavior of a started DragDropService instance.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public enum DragDropBehavior
Auto
When the DragDropService is started, it will automatically handle user input and perform actions upon it.
Manual
When the DragDropService is started, it will not handle user input and will rely on explicit manual commands to perform action.