I was recently asked by a WPF programmer how to modify a value passed between bound properties in a XAML file. You can't, for instance, integrate math into a binding expression, as this example does, ...
However, sometimes model binding doesn't do what I'd like. For example, let's say my Customer object looks like this: public class Customer { int id {get; set;} string FirstName {get; set;} string ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results