I am using WPF PivotGrid control in my application. I want to customize the ColumnArea Header alignment and Fonts. But, I can't find the property to customize it. I couldn't find the proper example in the DevX documentation UG link.
<dxpg:PivotGridField x:Name="fiQuarter" FieldName="QQYYYY" Area="ColumnArea" />
I checked HeaderContentStyle in PivotGridField. But, it don't have any customization property.
Anyone please share how to customize it.
Thanks,
Bharathi.