Hi,
I have a NavBarControl with several NavBarGroups with GroupStyle = ControlContainer. All NavBarGroups contain user controls that don't derive from DevExpress Controls. These controls basically contain a TableLayoutPanel containing some standard controls like Labels etc.
Our customer likes the skinning support, but they want these custom controls to not use the skin and stay with their white back color. How can i prevent that these controls change their back color? I tried to derive from XtraUserControl and set LookAndFeel.UseDefaultLookAndFeel = false, but it didn't help.
Regards
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hi Andre,
Our Skinning Engine does not skin custom controls which are not derived from our classes. If the opposite happens in your application, could you please provide a sample project showing the glitch? We will do our best to help you. BTW, it is possible that a label uses a parent BackColor and ForeColor. If you need to prevent the control from doing this, you should set the corresponding properties directly.
Thanks,
Plato
Never mind. I found a solution. Thanks for your help.