Skip to content

DevExpress-Examples/winforms-pivot-grid-hide-specific-columns-and-rows

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 - How to Hide Specific Rows and Columns

The following example demonstrates how handle the CustomFieldValueCells event to hide specific rows and columns. In this example, the event handler iterates through all row headers and removes rows that correspond to the "Employee B" field value, and that are not Total Rows.

Pivot Grid

Files to Review

More Examples

About

The following example demonstrates how handle the CustomFieldValueCells event to hide specific rows and columns.

Topics

Resources

License

Stars

Watchers

Forks