e9113803ef | ||
---|---|---|
.. | ||
README.md | ||
binding-classes.md | ||
binding-from-code.md | ||
binding-in-a-control-template.md | ||
binding-to-commands.md | ||
binding-to-controls.md | ||
binding-to-tasks-and-observables.md | ||
bindings.md | ||
change-notifications.md | ||
compiledbindings.md | ||
converting-binding-values.md | ||
creating-and-binding-attached-properties.md | ||
the-datacontext.md |
README.md
🔄 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.