xaml-sdk/Docking/PartialSaveLoadLayout
martinivanoff c94f26461f SDK updated 2020-09-24 16:59:02 +03:00
..
Properties Examples update 2016-05-05 12:15:17 +03:00
App.xaml Examples update 2016-05-05 12:15:17 +03:00
App.xaml.cs Examples update 2016-05-05 12:15:17 +03:00
App_SL.xaml Examples update 2016-05-05 12:15:17 +03:00
App_SL.xaml.cs Examples update 2016-05-05 12:15:17 +03:00
MainPage.xaml Examples update 2016-05-05 12:15:17 +03:00
MainPage.xaml.cs Examples update 2016-05-05 12:15:17 +03:00
MainWindow.xaml Examples update 2016-05-05 12:15:17 +03:00
MainWindow.xaml.cs Examples update 2016-05-05 12:15:17 +03:00
PartialSaveLoadLayout_SL.csproj Examples update 2016-05-05 12:15:17 +03:00
PartialSaveLoadLayout_WPF.csproj Examples update 2016-05-05 12:15:17 +03:00
Readme.md SDK updated 2020-09-24 16:59:02 +03:00
Scope.cs Examples update 2016-05-05 12:15:17 +03:00

Readme.md

Save/Load a part of RadDocking layout

This example demonstrates how to save/load only one part of the RadDocking layout. Using the ElementLayoutSaving event we cancel the saving of the undesired elements. With the ElementLayoutCleaning event we cancel the cleaning of all elements that weren't saved in the ElementLayoutSaving event handler.