AD
Administrator
Syncfusion Team
July 6, 2005 08:34 AM UTC
ColStyles are column styles. They affect the interior cells in a column. They do not affect the column header cell itself. Try code like this:
this.gridControl1[0,someColIndex].BackgroundImage = images.Images[0];
this.gridControl1[0,someColIndex].BackgroundImageMode = GridBackgroundImageMode.CenterImage;