Skip to content

Use DiagramDataBindingBehavior to generate diagrams with grouped items.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/wpf-generate-diagram-with-grouped-items

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Diagram Control - Generate Diagrams with Grouped Items

This example uses DiagramDataBindingBehavior to generate diagrams with grouped items.

image

The DiagramDataBindingBehavior allows you to generate a diagram with multiple group levels. You can use the ItemsPath property to specify child collection name. If you use different collections for different group levels, use ItemsSelector. To select keys for parent and child items, use KeySelector.

Note

Item Template Designer does not allow you to select arbitrary containers and Diagram Lists. You must explicitly define corresponding items in the Template Diagram or use the ItemTemplateSelector property as demonstrated in this example.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

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