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?
I have one class named investmentdetails. I created two different controls for displaying separate
Share
Set the DataContext of your parent control (Window, User Control, Grid etc.) to the InvestmentDetails class, then bind to individual properties.