Articles in this section
Category / Section

How to set/modify back color of Alternate Records in GridGroupingControl?

1 min read

The BackColor property of the AlternateRecordFieldCell in the Appearance settings can be used to set or modify the border color of the Grid.

C#

//Set the color of the Alternate Records

this.GridGroupingControl1.Appearance.AlternateRecordFieldCell.BackColor = Color.Red;

VB

'Set the color of the Alternate Records

Me.GridGroupingControl1.Appearance.AlternateRecordFieldCell.BackColor = Color.Red

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied