MultiPage<T>.SelectedItem Property

Definition

The currently selected item.

public object SelectedItem { get; set; }
member this.SelectedItem : obj with get, set

Property Value

The selected item from the ItemsSource or null if nothing selected.

Applies to