Skip to content

DevExpress-Examples/wpf-pivotgrid-customize-the-cell-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WPF - How to Customize the Cell Template

This example demonstrates how to use the PivotGridControl.FieldCellTemplate property to customize the cell appearance.

The cell displays its value in a ProgressBar control with the Maximum value bound to the CellElementData.RowTotalValue property.

screenshot

Files to Look At

Documentation

More Examples