How to change the BackgroundColor of a XtraGrid Grouprow using C# or VB.NET
To change the BackgroundColor of a XtraGrid Grouprow you need to use the Gridviews CustomDrawGroupRow Event. Sample C# Sample VB.NET
All the Code Snippets and Samples you need
To change the BackgroundColor of a XtraGrid Grouprow you need to use the Gridviews CustomDrawGroupRow Event. Sample C# Sample VB.NET
Using doubleclick events in the Devexpress Gridview Control is a simple task. There are 2 different ways of doing this. The variant you choose, depends on the Gridview’s gridView.OptionsBehavior.Editable property.…