this.Model.Options......
If you want to include this code and have it hit at runtime, but not design-time then you will have to put a DesignMode property check before calling it. That may allow this to work.
But in general, you will have to until we add additional deigner support for visual inheritance.