AutoHide all docked windows

31 May 20211 minute to read

You can AutoHide all Docked windows by using the AutoHideAllDockWindow() method. This can be shown below.

<syncfusion:DockingManager Name="DockingManager">    

	<Grid/>    
	
	<Grid/>    
	
	<Grid/>    
	
	<Grid/>  
	
</syncfusion:DockingManager>
DockingManager.AutoHideAllDockWindow();