AD
Administrator
Syncfusion Team
February 20, 2007 03:06 PM UTC
Hi Ryan,
You can try using this code snippet to set the column header text color.
this.grid.TableDescriptor.Columns["ColumnName"].Appearance.AnyHeaderCell.TextColor = Color.Red;
Best regards,
Haneef
AD
Administrator
Syncfusion Team
February 26, 2007 01:57 PM UTC
Thanks
>Hi Ryan,
You can try using this code snippet to set the column header text color.
this.grid.TableDescriptor.Columns["ColumnName"].Appearance.AnyHeaderCell.TextColor = Color.Red;
Best regards,
Haneef