New to Telerik UI for WinUI? Download free 30-day trial

Drag Reorder

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

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

See Also

In this article
Not finding the help you need?