Say I have an CollectionView, how I get the Item Type?
CollectionView
public Type GetItemType() { CollectionView items = DataGrid.Items; Type itemType = items.GetType // ...; return itemType; }
Aucun commentaire:
Enregistrer un commentaire