I still don't understand what you are trying to do...
You must think of a custom view as a blank piece of paper, where you "Draw" whatever you need. The IDE only references the Base (the piece of paper), everything else that you need visible and accessible to the IDE, like props and methods, need to be explicitly set in the Custom View code...
Have you read Klaus chapter about Custom views?