The BackColor property of the GroupCaptionCell in the Appearance settings can be used to set or modify the color of the Group Caption Cell in the Grid. C# //Set the color of the Group Caption Cell this.GridGroupingControl1.Appearance.GroupCaptionCell.BackColor = Color.Red; VB 'Set the color of the Group Caption Cell Me.GridGroupingControl1.Appearance.GroupCaptionCell.BackColor = Color.Red |
This page will automatically be redirected to the sign-in page in 10 seconds.