Home › Forums › WinForms controls › Xceed Grid for WinForms › Is there a way to return the cells backcolor
Hi
I need to return the backcolor of the current cell. Is this possible.
Thanks
Nick Steele
Imported from legacy forums. Posted by Nick (had 1959 views)
Color c = grid.CurrentCell.BackColor;
Imported from legacy forums. Posted by Tommy (had 2899 views)