Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
Change Background Color of Ultrawingrid
posted

How can i Change the Backcolor of the Ultrawingrid when using appstyling?

I have tried

GridKoepfe.DisplayLayout.Appearance.BackColor = Color.Red

nothing happend, but if i use

GridKoepfe.UseAppStyling = False

GridKoepfe.DisplayLayout.Appearance.BackColor = Color.Red


the Background of the grid is corretly Change but all other styles are gone.


How can i ovverride the Color for a specific grid without remove all other styles?