Home › Forums › WinForms controls › Xceed Grid for WinForms › Getting color value of row › Reply To: Getting color value of row
Use gridControl1.CurrentRow.GetDisplayBackColor().Name;
The GetDisplayBackColor() method is available on any GridElement, thus you can use it on DataRows[ index ] or SelectedRows[ index] too.
Imported from legacy forums. Posted by André (had 434 views)