EnumDragDropBehavior
Enum
Defines the behavior of a started DragDropService instance.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public enum DragDropBehavior
Fields
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.