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
  • 469350
    Verified Answer
    Offline posted

    Hi CW,

    There's no common interface on these controls for saving and loading. You will have to do this based on the type of each control explicitly. 

    I suppose for WinToolBars, WinGrid, and WinTree, it would be possible to make a common interface to save and load. This would not work for UltraDockManager, though.

    You should Submit a feature request to Infragistics and perhaps this will be implemented in a future release.

Reply Children