MVVM 和 DevExpress
我在我的项目中使用 devexpress 控制套件。其中一个控件(选项卡控件)要求我将控件而不是视图模型加载到选项卡中。做到这一点并且仍然正确分离信息的最佳方法是什么?
I am using the devexpress control suite in my project. One of there controls, the tab control, requires that I load the control not the viewmodel into the tabs. What would be the best way to do this and still seperate the information correctly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Dan,我不知道你从哪里得到的信息,DevExpress 的 DXTabControl 不能以 MVVM 方式使用。请看一下下面的代码/XAML。
Dan, I don't know where you got the information that DXTabControl from DevExpress cannot be used in the MVVM manner. Please take a look at the following code/XAML.