码迷,mamicode.com
首页 > Windows程序 > 详细

WPF MVVC 基础 - 父子窗体

时间:2018-02-25 15:52:14      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:efault   UI   apt   cal   default   col   ack   代码   can   

结构: 

 技术分享图片

 main window预览:

技术分享图片

Model: 

技术分享图片

技术分享图片

view model1:

技术分享图片

 viewmodel2: CustomerInfoViewModel

技术分享图片

其中上方缩小部分的代码如下:

技术分享图片

 

创建一个view:  CustomeInfoView

技术分享图片

技术分享图片

看一下父子窗体:

 技术分享图片

 疑问:DataContext指的是?

The DataContext property is the default source of your bindings, unless you specifically declare another source, like we did in the previous chapter with the ElementName property. It‘s defined on the FrameworkElement class, which most UI controls, including the WPF Window, inherits from. Simply put, it allows you to specify a basis for your bindings

There‘s no default source for the DataContext property (it‘s simply null from the start), but since a DataContext is inherited down through the control hierarchy, you can set a DataContext for the Window itself and then use it throughout all of the child controls. Let‘s try illustrating that with a simple example:

 

技术分享图片

如果将childviewmodel.Info文字更改成如下逻辑,效果:

技术分享图片

技术分享图片

 我们也可以将viewmodel拓展成属性property.

技术分享图片

 

设置为public的话,外部也可以调用了。

WPF MVVC 基础 - 父子窗体

标签:efault   UI   apt   cal   default   col   ack   代码   can   

原文地址:https://www.cnblogs.com/watermarks/p/8469170.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!