Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 3.61 KB

File metadata and controls

39 lines (26 loc) · 3.61 KB

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)