HA
haneefm
Syncfusion Team
December 31, 2007 05:11 PM UTC
Hi Lim,
Please try these code:
this.gridControl1.BaseStylesMap["Column Header"].StyleInfo.BackColor = this.gridDataBoundGrid1.BaseStylesMap["Column Header"].StyleInfo.BackColor;
this.gridControl1.BaseStylesMap["Row Header"].StyleInfo.BackColor = this.gridDataBoundGrid1.BaseStylesMap["Row Header"].StyleInfo.BackColor;
this.gridControl1.BaseStylesMap["Header"].StyleInfo.BackColor = this.gridDataBoundGrid1.BaseStylesMap["Header"].StyleInfo.BackColor;
Best regards,
Haneef