It is not supported by EPiServer because the EPiServer UI is precompiled and they ship the code-behind as assemblies in the bin folder.
You can of course remove the designer file for you aspx-pages and it would be compiled in run-time. I use this sometime when I want to run some debug code in production...
/Fredrik