- 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.
- Spring Boot 2實戰之旅
- Git Version Control Cookbook
- Java游戲服務器架構實戰
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Visual Basic程序設計(第三版)
- Java編程從入門到精通
- Node.js區塊鏈開發
- Mastering PowerCLI
- 透視C#核心技術:系統架構及移動端開發
- HTML并不簡單:Web前端開發精進秘籍
- 高質量程序設計指南:C++/C語言
- Python GUI設計tkinter菜鳥編程(增強版)
- Mastering Python for Data Science