I have a WPF Microsoft Surface Application and I\'m using MVVM-Pattern.
I have some buttons that are created in code behind and I would like to bind commands to them
This works
Command="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType=UserControl, AncestorLevel=1}, Path=SaveReservationCommand}"