tags:

views:

29

answers:

1

I have one class named investmentdetails. I created two different controls for displaying separate data (properties) from same class. Is it possible? If yes then how?

+2  A: 

Set the DataContext of your parent control (Window, User Control, Grid etc.) to the InvestmentDetails class, then bind to individual properties.

benPearce
thank you It is working
mandarBadve
@mandarBadve kindly mark the answers, if it helps. :)
Avatar