Currently, in order to set the focus on the textbox part of an item of RadCommandBar in Form_Load, one should do this: this.commandBarTextBox1.TextBoxElement.TextBoxItem.HostedControl.Select(); There should be a shortcut API that allows for easier setting of the focus.