I am developing using version 23.2 with C# winform.
I have a form developed using ultraTilePanel.When the user changes the tile position,
I want to save it and then load the tiles of the ultraTilePanel in the order they were saved when the form is loaded again. Please tell me how.
Hello and thank you for contacting Infragistics. This was previously discussed here:
https://es.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/82881/looking-for-sample-code-or-way-to-store-ultratilepanel-configurations-to-database-instead-of-file-on-disk
Note, that if you are using .NET Core SaveAsXml was deprecated by Microsoft and we have SaveAsBinary and LoadAsBinary.