Tagged Questions

1
vote
1answer
177 views

WPF Assigning control Properties using reflection in c sharp

Hi I am trying to create an application that creates objects from data that is read from an XML file. Using reflection I have managed to create the objects I need and assign some of the properties ...