Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
How can I make Totals headers font bold?
posted

Hi,

 

I tried to create a new style

        <Style x:Key="BoldStyleColumnHeader" TargetType="igp:PivotColumnHeaderCellControl">
            <Setter Property="FontWeight" Value="Bold"/>
        </Style>

and apply it to my xamPivotgrid

...

                                                TotalColumnStyle="{StaticResource BoldStyleColumnHeader}"
...

 

but it throws a null reference exception.

 

Any advice?

 

Eugene