# Wpf

All posts tagged with "Wpf".

Article

Binding to an anonymous type

Try to imagine that you have a list of complex classes and you just want to display just a bunch of properties. For example: ``` Person.Firstname, ...