DevExpress?Services将命令从ViewModel传递到View中的控件,这允许您在不分离应用程序层的情况下修改 UI。
获取工具下载 - DevExpress v21.2
允许您管理当前可见的对话框。
DevExpress.Mvvm.ICurrentDialogService
注册
仅当存在激活对话框时才存在服务 - 您无法注册 CurrentDialogService。
Create() Methods
None.
公共服务方法
类似于 CurrentDialogService,但允许您管理当前的应用程序窗口(窗体)。
接口
DevExpress.Mvvm.ICurrentWindowService
全局注册
无法使用。
本地注册
C#
?
class="prettyprint lang-cs">mvvmContext1.RegisterService(CurrentWindowService.Create(this)); mvvmContext1.RegisterService(CurrentWindowService.Create(listBoxControl1));
?
VB.NET
?
mvvmContext1.RegisterService(CurrentWindowService.Create(Me)) mvvmContext1.RegisterService(CurrentWindowService.Create(listBoxControl1))
?
Create() Methods
公共服务 API
DevExpress WinForm | 下载试用
DevExpress WinForm拥有180+组件和UI库,能为Windows Forms平台创建具有影响力的业务解决方案。DevExpress WinForms能完美构建流畅、美观且易于使用的应用程序,无论是Office风格的界面,还是分析处理大批量的业务数据,它都能轻松胜任!
?
DevExpress技术交流群5:742234706??????欢迎一起进群讨论
更多DevExpress线上公开课、中文教程资讯请上中文网获取