I am using button in one of my wpf window. I am binding my custom routed UI command to the button.
public static readonly RoutedUICommand DeleteRow = new RoutedUICommand("Delete Row", "Delete Row", typeof(TestDataView));
I want to assign Delete key as a short-cut. How can I achieve it? Please guide me. Do let me know if you need any other information about this question.
Regards, Priyank