2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Save and load dock stateIn the DockingManager, you can perform serialization or de-serialization for a particular control by using its functions, SaveDockState and LoadDockState. The following code example demonstrates the same.
C# //Saves DockState for specific controls. this.dockingManager1.SaveDockState(serialize, this.gradientPanel2); serialize.PersistNow(); //Loads the DockState for specific controls. this.dockingManager1.LoadDockState(serialize, this.gradientPanel2); VB 'Saves DockState for specific controls. Me.dockingManager1.SaveDockState(serialize, Me.gradientPanel2) serialize.PersistNow() 'Loads the DockState for specific controls. Me.dockingManager1.LoadDockState(serialize, Me.gradientPanel2)
Samples: C#: http://www.syncfusion.com/downloads/support/directtrac/140201/ze/DockingManager_Restore2013304465 VB: http://www.syncfusion.com/downloads/support/directtrac/140201/ze/DockingManager_Restore_VB1907559684
UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/serialization#persisting-dock-state-in-default-storage |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.