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.
Up arrow icon