Say I have an interface like this:
public interface ISomeInterface { ... }
I also have a couple of classes implementing this interface;
In order to bind to explicit implemented interface members, all you need to do is to use the parentheses. For example:
implicit:
{Binding Path=MyValue}
explicit:
{Binding Path=(mynamespacealias:IMyInterface.MyValue)}