Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1040
DockManager serializable XML
posted

I create MyDockManager Usercontrol.

=>

Public Class MyDockManager
   Inherits Infragistics.Win.UltraWinDock.UltraDockManager

End Class

And I want to use the SaveAsXML & LoadFromXML.

So I applied SaveSetting property = true.

The error message that pops up "'MyDockManager' format is not displayed in the serializable"

How Can I do?