The color of the text in the Column Header cell can be set or changed via the TextColor property in the GridControl's Appearance.ColumnHeaderCell. C# //Set the font color of the Column Header Cell(s) to Red this.GridGroupingControl1.Appearance.ColumnHeaderCell.TextColor = Color.Red; VB 'Set the font color of the Column Header Cell(s) to Red Me.GridGroupingControl1.Appearance.ColumnHeaderCell.TextColor = Color.Red Sample: |
This page will automatically be redirected to the sign-in page in 10 seconds.