Devexpress WinForms PivotGrid cell color depending on Field

284 Views Asked by At

In WinForms DevExpress (16.1) I have a PivotGrid Control and a CustomCellValue event handler, I was wondering if it is possible to set the cell style along with the value in the same handler.

1

There are 1 best solutions below

0
On BEST ANSWER

The custom "Appearance" can be managed through the CustomAppearance event handlers.