My bound contents are showed as empty string in the UI design-mode. I want to display some faked value for those contents but I don\'t know how to.
empty
Plea
You can use FallbackValue property to display something in design time as well. But this will also be the value at runtime if your binding fails.