The following example shows how to customize the appearance of specific cells via the ASPxPivotGrid.CustomCellStyle event.
In this example, custom style settings (the orange background and bold font) are applied to a cell if it meets the following conditions:
-- It belongs to the "Quantity" data field.
-- It's not displayed within total rows or columns.
-- Its value is greater than 50.