7 строки
369 B
Markdown
7 строки
369 B
Markdown
# 🔄 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](https://msdn.microsoft.com/en-us/library/hh848246.aspx) and for the rest of this guide we'll be assuming that you're using that pattern in your code.
|
|
|