RadControls for WinForms

Defines the behavior of a started DragDropService instance.

Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock (in Telerik.WinControls.RadDock.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum DragDropBehavior
Visual Basic
Public Enumeration DragDropBehavior

Members

Member nameValueDescription
Auto0 When the DragDropService is started, it will automatically handle user input and perform actions upon it.
Manual1 When the DragDropService is started, it will not handle user input and will rely on explicit manual commands to perform action.

See Also