Tuesday 6 November 2012

Binding to DataGridCells - Thinking about the Binding Mode!

When you create a binding in XAML, you specify a Path (usually pointing to a property in the DataContext) and, more often than not, a Binding Mode.

For example: is it a "OneTime" binding? A "TwoWay" binding? A "OneWay" Binding? These are important things to consider!

No comments: