Binding to an explicitly implemented generic interface in Silverlight
I understand it's possible to bind to an explictily implemented property using something like this:
"{Binding Path=(local:ISomeInterface.SomeProperty)}"
but what if the interface is generic?
"{Binding Path=(local:ISomeInterface<TypeParama>.SomeProperty)}" ???
What is the magic syntax?
Answers & Comments...
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog