New to Telerik UI for WPF? Start a free 30-day trial
Open the DropDown When the Control Gets Focus
Updated on Dec 16, 2025
RadComboBox's API gives you the ability to open the DropDown when the control gets focus. In order to enable this behavior you should set the RadComboBox's OpenDropDownOnFocus property to True.
XAML
<telerik:RadComboBox x:Name="radComboBox" OpenDropDownOnFocus="True"/>
The default value of the RadComboBox's OpenDropDownOnFocus property is False.