This control is converted to RadDropDownList. The following table describe which properties, methods and events are removed and which are replaced with similar equivalents.
| Properties |
Action |
RadControls Equivalent |
| TextAlign |
Replaced with |
DropDownListElement.TextBox.TextAlign |
| UpDownAlign |
Removed |
|
| InterceptArrowKeys |
Removed |
|
| BorderStyle |
Removed |
|
| Sorted |
Replaced with |
SortStyle = Telerik.WinControls.Enumerations.SortStyle.Ascending |
| Wrap |
Removed |
|
| Methods |
Action |
RadControls Equivalent |
| UpButton() |
Removed |
|
| DownButton() |
Removed |
|
| Events |
Action |
RadControls Equivalent |
| SelectedItemChanged |
Produces Error |
|