-
[DX_WPF] Module ManagerDevExpress/DX_WPF 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'DevExpress > DX_WPF' 카테고리의 다른 글
[DX_WPF] EventToCommand (0) 2025.02.07 [DX_WPF] NotifyIconService (0) 2024.12.12 [DX_WPF] DXDynamicModule (0) 2024.10.14 [DX_WPF] Notification Balloon Tip (0) 2024.05.03 [DX_WPF] InjectOrNavigate Parameter (0) 2024.04.29 댓글