Do Infragistics managers support versioning? UltraToolbarsManager, UltraDockManager, and UltraTabbedMdiManager.
For example, if we save the settings of v7.1, can we load then into v7.3?Thanks.
Yes this is supported. The settings available in the new version which did not exist when the settings file was saved will be initialized with their default values.
That's cool, thanks!
I have a related question about versioning of my own GUI components.
For example, I have one Toolbar_1 in my v1 app, and i added a second Toolbar_2 in my v2 app. Let's not worry about the Infragistics version for the moment, say both are using v7.3. However, i would like to my v2 app to read the Toolbar settings saved in my v1 app.How can I achieve that? I think it is related to how infragistics implement versioning for their components, i.e, when they do serialize or deserialzie, some of the sub-components must be optional.