Customizing BackColor in XtraGrid DevExpress at VB.net

60 Views Asked by At

is it possible to customizing Back Color of specific column in XtraGrid? I wan't to code it because I will using it in a if condition. I coded but it wont work, I checked it the DevExpress Website, I follow the instructions I put imports and so on then how to code it but still wont work.

This is my code:

GridView1.Columns("Name").AppearanceCell.BackColor = Color.Red

I appreciated if someone's can solve this :))))

Sincerely...

1

There are 1 best solutions below

0
Brendon On