Link to home
Start Free TrialLog in
Avatar of MarcoCastro
MarcoCastroFlag for Brazil

asked on

Geting the fields of a source

Hi,

  I need to get the name of the fields of an ItemSource of a ListView in WPF. How can I get this? I found a line of code this, but I didn't found what I wish.

  ICollectionView view = CollectionViewSource.GetDefaultView(myListView.ItemsSource);

  Thanks,
  Marco Castro
ASKER CERTIFIED SOLUTION
Avatar of Ashok
Ashok
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial