Bind from XAML to property defined in code-behind

A common question among new Silverlight and WPF developers is “How do I bind from XAML to a property in code behind?”. This is something you might want to do to test something or create a quick spike. You’d expect to be able to “just bind” to the property – it is defined in the [...]

Tags: , ,