FIX. RadPropertyGrid - a collection property cannot be edited if it does not have setter.
To reproduce:
radPropertyGrid1.SelectedObject = new RadDropDownList();
The Items collection does not have a setter, but one still should be able to add items via the respective editor.