Elaboration of what I want to achieve :
I have an collection of an object in my itemsource.Suppose there are three items in my itemsource and i want each property of every single item to be assigned to different textboxes, how can i get this ?
textbox1.text = // assign the first value of an item to this
textbox2.text = // assign the second value of an item to this