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