I have a baseview form which I added a grid. I have another view form that inherits my base view form. I would like to edit this grid in my derived class designer. I set the access modifier in my base view form to protected but this does not help.
Share
Don’t do it. It’s a nightmare waiting to happen. Look the other way for five minutes and it will be eight levels deeps and sprawling across your entire application.
Abstract out the common behaviours in to classes, controls etc.