How to Move Tabs Using Drag and Drop
Set the RadTabControl's property AllowDragReorder to True or False to allow/disallow the user to reorder the tab items of your tab control using Drag & Drop.
The same behavior can be enabled/disabled in the code-behind.