Skip to content

DevExpress-Examples/wpf-data-grid-implement-custom-grouping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - How to Apply Custom Rules to Group Rows

This example shows how to apply custom rules to group rows. When you group data by the Unit Price column, rows in this column that have values between 0 and 10 are combined into a single group. Rows whose values fall between 10 and 20 are combined into another group, and so forth.

Files to Look At

Code Behind Technique

MVVM Technique

Documentation

More Examples