Share via


ListView.SelectedItem Property

Definition

Gets or sets the currently selected item from the ItemsSource.

public object SelectedItem { get; set; }

Property Value

The selected item or null if no item is selected.

Applies to