[DevExpress Support Team: CLONED FROM T584395: No visual designer available for View Controllers with the base generic base class ObjectViewController<V, T> or ViewController<V>]
I seemed to have broken my ViewController :)
A long time ago I created a ViewController via the template. I added the TargetViewType & TargetObjectType to the constructor.
With this I added some actions via the Designer.
At some point in the near past I changed it to ObjectViewController<V, T> but later found out I no longer have access to the Designer,
even though all of the Designer "code behind" files are still there, as well as the actions within (See Attached).
Since I want to use the Designer, I changed ObjectViewController<V, T> back to the original ViewController.
This change didn't work. I still don't get the Designer, double click brings up the Code view, right click does not give the Shift-F7 option to View Designer. So it looks like the solution is to create another controller and copy everything to it?