Skip to content

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

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/wpf-pivot-custom-group-intervals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WPF - Custom Group Intervals

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

Files to Review

Overview

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

Iif(Substring([fieldProductName], 0, 1) < 'F', 'A-E', Substring([fieldProductName], 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

Documentaton

Grouping

More Examples

Pivot Grid for WPF - How to Group Date-Time Values

Does this example address your development requirements/objectives?

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •