How to bind to a local property in Silverlight without using a DataContext?
问题 I have a small question but have been finding quite a few different, and mostly ambiguous, answers: I have the following user control and I am trying to bind to a public property within that control (Events). Everyone says that I have to use the data context, however, I don't really want to do that... I just want to bind to the property from within the control's XAML... The requirement is that the binding has to be 2 way so any changes in the ui will be reflected in the property (or rather