Category / Section
How to change the tab position of the dock tab group in WinForms Docking Manager?
Alignment setting
The DockTabAlignment property in DockingManager stores the DockTabAlignmentStyle enumerator values (i.e., Top, Left, Right, Bottom) and changes the position according to the DockTabAlignmentStyle value.
C#
this.dockingManager1.DockTabAlignment=Syncfusion.Windows.Forms.Tools.DockTabAlignmentStyle.Right;
VB
Me.dockingManager1.DockTabAlignment=Syncfusion.Windows.Forms.Tools.DockTabAlignmentStyle.Right
UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/tabbed-window#tab-alignments