369 B
369 B
🔄 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.