Skip to content

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

21.2.3+
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
CS
 
 
VB
 
 
 
 
 
 
 
 
 
 
 
 

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

  •  
  •  
  •  
  •