AD
Administrator
Syncfusion Team
July 16, 2003 09:44 PM UTC
You need to set the "Header" basestyle Font property. You can do this either from code, or through the BaseStylesMap in the designer.
this.gridControl1.BaseStylesMap["Header"].StyleInfo.Font.Bold = false;