I'm trying set PanelImage as (none) in my panorama. I setted this option in RadPanoramaElement and that hid in my FormDesign, but when I run the application, the image still there.
I tried a lot of options and this default panelImage always back. How can I set if to be disable forever?
If you want to remove the image design time you should set the Image property of the ImagePrimitive element to none. The attached screenshot demonstrates this.
Also you can remove this image in code like this:
radPanorama1.PanelImage = null;
Please let me know if there is something else I can help you with.