c# - When binding, is it possible to specify the path on the source object? -


In a given binding, it is possible to specify path Strong> source on the object?

It seems that it can escape very trivial converters.

Imagine the following example:

C #:

" Listoffofos "selectedItem =" {binding number, source path = b} "/>

I think the SelectedValuePath property is what you see For the sake of It's inherited from the selector, so it will work for the combobox, listbox, etc.

Cheers, Alex


Comments