I need to bind to the UpdateSourceTrigger property. I have a class with
public UpdateSourceTrigger trigger {get ; set;}
and XAML code in which I have a ComboBox with something like
Text="{Binding name, UpdateSourceTrigger ={Binding trigger}}".
How can I accomplish this without any exceptions.
You might need to use a trigger to change the entire binding.