DevExpress/DX_WPF

[DX_WPF] Module Manager

딸기우유중독 2024. 11. 28. 09:17

 

 

 

RemoveAll

To remove all modules from UI, use the ModuleInjection.Clear method. Note that this method does not invoke raising the ViewModelRemoving event, so removing modules cannot be canceled.

 

ModuleManager.DefaultManager.Clear(string regionName);

 

 


 

 

https://docs.devexpress.com/WPF/118618/mvvm-framework/mif/module-manager

 

Module Manager | WPF Controls | DevExpress Documentation

ModuleManager provides API for integrating modules into an application and configuring navigation. ModuleManager is available via the static ModuleManager.DefaultManager property. The ModuleManager provides the following functionality: Module Registration

docs.devexpress.com

 

 

728x90