Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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

About

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

Topics

Resources

License

Stars

Watchers

Forks