Skip to content

DevExpress-Examples/winforms-pivot-grid-show-custom-display-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - Show Custom Display Text in Row Total Cells

The following example describes how to handle the CustomCellDisplayText event to show custom display text in the Pivot Grid cells.

The Pivot Grid shows the following display text instead of the row total cell value:

  • "Low" when a row's total value is less than 2000.
  • "Middle" when a row's total value is between 2000 and 6000.
  • "High" when a row's total value exceeds 6000.

Pivot Grid

Files to Review

Documentation

CustomCellDisplayText

About

The following example shows how handle the CustomCellDisplayText event to show custom display text in the Pivot Grid cells.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •