Brunov's blog

Sergey Vyacheslavovich Brunov's blog

WPF: TreeView to dictionary binding

2011-08-02 10:12:35 Moscow time

There is the following structure.
Each Customer entity has its dictionary of Orders, each Order has its dictionary of Products.

The sample demonstrates such a data binding.
MVVM Light Toolkit is required.

Download.
P.S. After downloading please rename .doc to .zip.

Tags: data binding dictionary mvvm treeview wpf