Binding to a Dependency Property is easy in code-behind. You just create a new System.Windows.Data.Binding object, and then call the target dependency object\'s
System.Windows.Data.Binding
Binding targets MUST be dependency properties! That's the only requirement for databinding to work!
Read more here: