AD
Administrator
Syncfusion Team
April 28, 2003 05:23 AM UTC
You need to create a new brush object with the desired properties.
gridControl1[1,1].Interior = new BrushInfo(PatternStyle.Horizontal, Color.Red, Color.White);
The Samples\Quick Start\CellStyles has some additionnal sample code.