When set to a string equal to the Caption of a Hierarchy currently used as a column in the xamPivotGrid, the DataTemplate set to the Template property is applied to PivotCellControls (data cells) in the columns of the hierarchy.
When set to a string equal to the HeaderText of a PivotDataColumn, the DataTemplate set to the Template property is applied to PivotCellControls (data cells) in that column.
When set to an integer value greater than 1, ensures that the DataTemplate set to the Template property is applied only to PivotCellControls (data cells) that are at that column level.
When set to a string equal to the Caption of a Hierarchy currently used as a row in the xamPivotGrid, the DataTemplate set to the Template property is applied to PivotCellControls (data cells) in the rows of the hierarchy.
When set to a string equal to the HeaderText of a PivotDataRow, the DataTemplate set to the Template property will be applied to PivotCellControls (data cells) in that row.
When set to an integer value greater than 1, ensures that the DataTemplate set to the Template property is applied only to PivotCellControls (data cells) that are at that row level.
When set to a string equal to the Caption of a Hierarchy that is currently in use in the xamPivotGrid, the DataTemplate set to the Template property will be applied to PivotHeaderCells in that hierarchy.
When set to a string equal to the Caption of the Member of a PivotHeaderCell, the DataTemplate set to the Template property is applied to that PivotHeaderCell.
When set to an integer value greater than 1, ensures that the DataTemplate set to the Template property is applied only to PivotHeaderCells that are at that level.
The xamPivotGrid control enables you to specify custom data templates for data cells and for header column and row cells. This topic is an overview of this feature.