Quantcast
Viewing all articles
Browse latest Browse all 7205

How to use the DXSerializer.LayoutUpgrade event to upgrade a layout from one version to another

Sometimes it may be necessary to change the layout in your application (e.g., add a panel into the DockLayoutManager, rearrange groups, or add columns into the GridControl). In this case, a previously saved layout may require manual patching during the layout restoration. For this purpose, you can use the DXSerializer.LayoutUpgrade event. This event is raised if a restored layout version is lower than the current one. To set a layout version, use the DXSerializer.LayoutVersion attached property. 


Viewing all articles
Browse latest Browse all 7205

Trending Articles