Xamarin.Forms.ListView.SelectedItem Property
Gets or sets the currently selected item from the ListView.ItemsSource.

Syntax

public object SelectedItem { get; set; }

Value

The selected item or null if no item is selected.

Remarks

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0