Summary of the issue Manual installation of DevExpress 13.1.4 for VisualStudio
So let's say I made a control. So I compiled it and it is in the MyControl.dll library. In order for me to add it to the application, I will have to add it to the references of the desired project through the review.
How can I make the control in the reference dialog box (right in the list) and also be in the list of controls in the browser of elements in the designer (so that I can simply drag it to the form)
UPD:
In general, I want my library to be here.
And my control (or several elements) was here in the "MyControls" tab, for example
In this case, the reference should be added by itself when I drag my control element onto the form from the toolbar.
And let's imagine that I do not have the source code, only the library remains.

