-
[WPF]Close UserControl Window in ViewModel with ModuleC#/WPF 2022. 12. 23. 14:10
void ExecuteCloseWindowCommand(string parameter) { Window window= null; Control currentControl = System.Windows.Input.Keyboard.FocusedElement as Control; if (currentControl != null) window = Window.GetWindow(currentControl); window.Close(); //Application.Current.Shutdown(); }
DevExpress에서 아래와 같은 방법으로
현재 윈도우 조작할 수 있음.
728x90'C# > WPF' 카테고리의 다른 글
[WPF] xmlns (0) 2023.02.02 [WPF]Focus (0) 2022.12.23 [WPF] Uri (0) 2022.12.20 [WPF] WPF 동작 구조 (0) 2022.12.16 [WPF] DevExpress CodeRush (0) 2022.12.16 댓글