- Mastering Windows Presentation Foundation
- Sheridan Yuen
- 161字
- 2021-06-24 16:49:07
Becoming Proficient with Data Binding
In this chapter, we'll investigate the data binding syntax that is used to connect our data sources to our UI controls. We'll examine how to declare Dependency Properties, along with all of the various options that we have when doing that. We'll find out about the scope of declared bindings and unravel the finer details of data templates.
It is the data binding in WPF that enables it to work so well with the MVVM pattern. It provides the connection for two-way communication between the View and the View Models components. Yet this abstraction can often lead to confusion and make tracking down problems more difficult than when using traditional methods of UI to business logic communication.
As data binding is such an important part of the MVVM pattern, we'll cover this topic thoroughly, from the basics to advanced concepts, and we'll ensure that we are able to fulfill any binding requirements that we may receive.
- C++案例趣學(xué)
- Java程序設(shè)計(jì)(慕課版)
- ASP.NET MVC4框架揭秘
- C#完全自學(xué)教程
- .NET 4.0面向?qū)ο缶幊搪劊夯A(chǔ)篇
- GitLab Repository Management
- Learning ArcGIS Pro
- Xamarin.Forms Projects
- Data Analysis with Stata
- Learning DHTMLX Suite UI
- Visual Basic程序設(shè)計(jì)
- Python機(jī)器學(xué)習(xí)算法: 原理、實(shí)現(xiàn)與案例
- 寫給程序員的Python教程
- Application Development with Swift
- Maven for Eclipse