Get single listView SelectedItem

Usually SelectedItems returns either a collection, an array or an IQueryable. Either way you can access items via the index as with an array: By the way, you can save an item you want to look at into a variable, and check its structure in the locals after setting a breakpoint.