How to create a template to display data from a class in WPF

Posted by Dave Colwell on Stack Overflow See other posts from Stack Overflow or by Dave Colwell
Published on 2010-04-19T06:35:56Z Indexed on 2010/04/19 10:13 UTC
Read the original article Hit count: 219

Filed under:
|
|

Hey

I have a data layer which is returning lists of classes containing data. I want to display this data in my form in WPF. The data is just properties on the class such as Class.ID, Class.Name, Class.Description (for the sake of example)

How can i create a custom control or template an existing control so that it can be given one of these classes and display its data in a data-bound fashion.

Thanks :)

© Stack Overflow or respective owner

Related posts about wpf

Related posts about .NET