Looking for advice and elegant solution extracting properties and values into any convenient data structure.
Text="{Binding Path=SelectedValue,Mode=TwoWay}"
Solution is to having something sort of:
List<string1, string2> where string1=Path, string2=SelectedValue
EDIT:
is it possible to make it GENERIC, to understand both ways current one and:
Command="{Binding ExecuteSearchCommand}