New to Telerik UI for WinFormsStart a free 30-day trial

ComboBox

Updated over 6 months ago

The ComboBox is converted to RadDropDownList. The following tables describe which properties, methods and events are removed and which are replaced with similar equivalents.

PropertiesActionRadControls Equivalent
SortedReplacedSortStyle = SortStyle.Ascending
ComboBoxStyle.SimpleReplacedRadDropDownStyle.DropDown
ComboBoxStyle.DropDownReplacedRadDropDownStyle.DropDown
ComboBoxStyle.DropDownListReplacedRadDropDownStyle.DropDownList
ItemHeightReplacedDropDownListElement.ItemHeight
IntegralHeightRemoved
FlatStyleRemoved
DropDownWidthReplacedDropDownListElement.DropDownWidth
DrawModeRemoved
AutoCompleteCustomSourceRemoved
AutoCompleteSourceProduces Error
MethodsActionRadControls Equivalent
GetItemText(index)Produces ErrorItems[index].Text
GetItemHeight(index)Produces Error
EventsActionRadControls Equivalent
DropDownReplacedPopupOpened
DropDownClosedReplacedPopupClosed
DataSourceChangedProduces Error
ValueMemberChangedProduces Error
DrawItemProduces Error
MeasureItemProduces Error
DropDownStyleChangedProduces Error
FormatInfoChangedProduces Error
FormatStringChangedProduces Error
FormattingEnabledChangedProduces Error
TextUpdateProduces Error
SelectionChangeCommittedProduces Error

See Also

In this article
See Also
Not finding the help you need?
Contact Support