New to Telerik UI for WinUIStart a free 30-day trial

Drag Reorder

Updated on Mar 26, 2026

TabControl supports reordering its tab items using drag/drop operations.

To enable the drag reorder feature, set the AllowDragReorder property of RadTabControl to true.

Allow reordering the tab items

XAML
<telerik:RadTabControl AllowDragReorder="True">
	<telerik:RadTabItem Header="Calendar"/>
	<telerik:RadTabItem Header="Colors"/>
	<telerik:RadTabItem Header="Quote"/>
</telerik:RadTabControl>

See Also

In this article
Drag ReorderSee Also
Not finding the help you need?
Contact Support