2
Reply

ObservableCollection < ObservableCollection < Customer > > ????

Ken Nguyen

Ken Nguyen

Oct 24 2011 5:05 AM
1.9k

I'm finding ObservableCollection(ABC)

with ABC has got string HeadCustomer{set;get;}

and

ObservableCollection(T)T = class Customer {string Id{set;get;};string Name{set;get};int Age{set;get}}

Code sample ObservableCollection < ObservableCollection < Customer > >

If you see that, please tell for me.


Answers (2)