Skip to content

DevExpress-Examples/wpf-data-grid-display-chart-control-in-grid-details

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Display Chart Control in Grid Details

This example displays the memo field and the Chart Control in grid details. The memo field displays data from the master row, and the chart is bound to detail data. The DataTemplate that contains these two controls is asigned to both ContentDetailDescriptor and DataControlDetailDescriptor:

  • The ContentDetailDescriptor tab displays the custom content only.
  • The DataControlDetailDescriptor tab displays the custom content above the detail GridControl.

image

Files to Review

Documentation

More Examples