Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 369 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 369 Bytes

🔄 Data Binding

Data binding provides a simple way to get data into your application's UI without having to set properties on each control each time a value changes.

Binding is often used with the MVVM Pattern and for the rest of this guide we'll be assuming that you're using that pattern in your code.