Articles in this section
Category / Section

How to save the state of docking windows between application instances in WinForms Docking Manager?

1 min read

Save the dock state

The PersistState property of the DockingManager has to be set to True to save the state of docking windows between application instances. Please refer the below code snippet which illustrates this:

C#

this.dockingManager1.PersistState = true;

 

VB

Me.DockingManager1.PersistState = True

 

Sample: http://help.syncfusion.com/support/samples/kb/Tools.Windows/TDPersistState/PersistState.zip

Reference link: https://help.syncfusion.com/windowsforms/dockingmanager/serialization#auto-serialization

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied