Hi Matthijs,
Thanks for using Syncfusion products.
In order to change the background color of PivotGridControl, BackgroundColor property of TableModel.Properties can be used. Please refer to the below code example and the sample,
Code example
this.pivotGridControl1.TableModel.Properties.BackgroundColor = Color.LightBlue;
Screenshot
Regards,
Mohanraj G