Skip to content

DevExpress-Examples/winforms-pivot-grid-custom-group-intervals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - Custom Group Intervals

This example shows how to implement custom group intervals in Pivot Grid to group axis values.

The Product Groups calculated field is bound to the following expression:

Iif(Substring([Product Name], 0, 1) < 'F', 'A-E', Substring([Product Name], 0, 1) < 'T', 'F-S', 'T-Z')

The expression groups the Product Name field's values into three large ranges: A-E, F-S, and T-Z according to product's start characters.

pivot-custom-group-intervals

Files to Review

Documentation

About

This example shows how to implement custom group intervals in Pivot Grid to group axis values.

Resources

License

Stars

Watchers

Forks