Binding to Data Sources
- Configure binding options. It may include but not limited to setting the correct binding mode and update mode;Â using static resources;Â using dynamic resources.
- Bind to a data collection. It may include but not limited to filtering, sorting,  and grouping data; using data templates; binding to hierarchical data; binding to objects.
- Bind to a property of another element. It may include but not limited to using template binding; binding to an ancestor property.
- Convert and validate data. It may include but not limited to localizing data;Â using custom converters and custom validators;Â using multivalue converters.
- Configure notification of changes in underlying data. It may include but not limited to implementing INotifyPropertyChanged; using ObservableCollection.
Recent Comments