We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to change the "outer" BackColor

It seems when you set the Grid''s BackColor property, it changes the background color of the cells. If this is the case, how do you set the BackColor of everything that''s NOT a cell or a header? Thanks, Wade

2 Replies

AD Administrator Syncfusion Team January 20, 2004 06:12 PM UTC

try this.gridControl1.Properties.BackgroundColor = Color.Red; to see if that does what you want.


WD Wade Dorrell January 20, 2004 06:14 PM UTC

Perfect! Thanks for the quick reply Clay. Wade >try > >this.gridControl1.Properties.BackgroundColor = Color.Red; > > >to see if that does what you want.

Loader.
Live Chat Icon For mobile
Up arrow icon