FIX. Mnemonics do not function properly in RadCommandBar
Add a command bar button with the following configuration:
DrawText = true;
Text = "&New";
UseMnemonic = true;
ShowKeyboardCues = true;
and try to click it with Alt + N. You will see that you cannot.