Skip to content

DevExpress-Examples/wpf-data-grid-create-a-banded-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Create a Banded View

This example creates a multiple row banded view that consists of the following bands:

  • The Model Details band includes two child bands (Model Name and Modification).
  • The Performance Attributes band contains child columns arranged into three rows.
  • The Description band is overlayed by its child column (the OverlayHeaderByChildren property is set to true).

image

Files to Review

Documentation

More Examples