ADD. RadDropDownList - add a property defining the horizontal text alignment of the editable element
The property should be accessible from the designer in Visual Studio. Until this is implemented use the following solution at run-time:
this.radDropDownList1.DropDownListElement.EditableElement.TextBox.TextAlign = HorizontalAlignment.Center;