Customize Cell
The GridControl provides you with the capability to customize the appearance of individual cells based on specified criteria. To do this, handle the CustomizeCells event. This event’s parameters allow you to identify the cell and set its background and foreground colors.
In this demo, cells in the Total column with values greater than 500 are colored in green, and cells containing values less than 100 are colored in red.
Related APIs: