-
[DX_WPF] DevExpress ServiceDevExpress/DX_WPF 2024. 3. 21. 13:24
DiagramSaveLoadService.cs
DiagramMonitorView.xaml
DiagramMonitorViewModel.cs
ViewModelBase 상속해야 GetService 부를 수 있음. <type interface> 인터페이스 타입만 불러올 수 있음.
https://docs.devexpress.com/WPF/16920/mvvm-framework/services/create-a-custom-service
Create a Custom Service | WPF Controls | DevExpress Documentation
This topic describes how to create a custom service if predefined services do not suit your requirements. Note If you need to implement the logic that should access a UI element in the View Model code, you can use the UIObjectService instead. Follow the st
docs.devexpress.com
ViewModel에서 UI컨트롤 제어
https://dlsenfl.tistory.com/entry/WPF-control-in-viewModel
[WPF] control in viewModel
x:Name 지정해주고 Loaded 될 때 등등 이벤트에 바인딩해주고 구성요소를 x:Name을 주면 ViewModel 에서 contorl 가져다 쓸 수 있음. 코드 비하인드에서 요딴식으루 안써도 됨.
dlsenfl.tistory.com
https://docs.devexpress.com/WPF/17414/mvvm-framework/services
Services | WPF Controls | DevExpress Documentation
Services provide a specific UI-aware functionality for Views in MVVM applications. Although services are defined within Views, their functionality can still be invoked from View Models that may not even include information about Views.
docs.devexpress.com
Access View's Grid control in ViewModel using POCOViewModel
You have yet to view any tickets. Your search criteria do not match any tickets. A server error occurred while processing your request. Please try again at a later time.
supportcenter.devexpress.com
728x90'DevExpress > DX_WPF' 카테고리의 다른 글
[DX_WPF] DevExpress Default Theme (0) 2024.03.29 [DX_WPF] DialogService (0) 2024.03.27 [DX_WPF] ViewModelFactory (0) 2024.03.21 [DX_WPF] IDynamicModule 프로젝트 생성 (0) 2024.03.20 [DX_WPF] DelegateCommand() (0) 2024.03.14 댓글