Skip to content

This example demonstrates how to add a new item to the field header's popup menu. This item shows or hides totals in the PivotGrid control.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-pivot-totals-visibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - How to Customize the Popup Menu to Hide or Show Totals

This example demonstrates how to add a new item to the field header's pop-up menu. This item shows or hides totals in the PivotGrid control.

For this, handle the PivotGridControl.PopupMenuShowing event. In the PopupMenuShowing event handler, create a new menu item and add it to the e.Menu.Items collection.

screenshot

Files to Look at

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

This example demonstrates how to add a new item to the field header's popup menu. This item shows or hides totals in the PivotGrid control.

Topics

Resources

License

Stars

Watchers

Forks