Silverlight 4 Data Binding with anonymous types.
Posted
by Anthony
on Stack Overflow
See other posts from Stack Overflow
or by Anthony
Published on 2010-04-21T17:00:44Z
Indexed on
2010/04/21
17:03 UTC
Read the original article
Hit count: 424
Does anyone know if you can use data binding with anonymous types in Silverlight 4? I know you can't in previous versions of silverlight, you can only databind to public class properties and anonymous type properties are internal.
Just wondering if anyone has tried it in silverlight 4?
Thanks in advanced
© Stack Overflow or respective owner