ItemsView.SelectedItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the currently selected item.
public:
property Platform::Object ^ SelectedItem { Platform::Object ^ get(); };
IInspectable SelectedItem();
public object SelectedItem { get; }
var object = itemsView.selectedItem;
Public ReadOnly Property SelectedItem As Object
Property Value
The first item in the ItemsView.SelectedItems
list; or null
if no item is selected.