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.