Hello,
I'm trying to save and load the layout from Docking Manager and it seems to work for only Content Controls that are declared in XAML. When I add a Content Control programmatic ally it doesn't save. This entry in the KB seems to suggest this is a supported operation as long as I save after adding them dynamically.
http://help.syncfusion.com/wpf/dockingmanager/state-persistence?cs-save-lang=1&cs-lang=csharp#serialize-the-dynamically-added-children
Is this a supported operation?