Search This Blog

Thursday, January 3, 2013

Devexpress PrivotGridField header template in RowArea

Here's a little image that should help in understanding which templates work for which parts of DevExpress PivotGrid. My goal was to change the header of the row in PivotGrid (to be precise the header of the PivotGridField in RowArea)


<dxpg:PivotGridField x:Name="fieldProduct" FieldName="ProductName" Area="RowArea" AreaIndex="2" AllowedAreas="RowArea" ValueTemplate="{StaticResource productNameHeaderTemplate}" />


1 comment:

If you like this post, please leave a comment :)