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
410
Blanket Iterative Serialization
posted

I want to roll through all of the Infragistic.Win controls in my app and serialize their states...

 Toolbars, Trees etc...

I hopefully do not have to serialize the entire control's public properties (hopefully it just sniffs out the 'IsDirty' property states, but if not, then so be it...

 What Interface or base class holds the  SaveAsBinary and SaveAsXML...

 I simply want to roll through the Control's Controls and sniff out the Infragistics Controls and force them to SAVE or LOAD via one of these two methods...by casting them to an Interface or sub-base class

Any help thanks...

 CW

  

Parents Reply Children
No Data