2 references to SelectedItem
Microsoft.Maui.Controls (2)
ListView\ListView.cs (2)
50 /// <summary>Bindable property for <see cref="SelectedItem"/>.</summary> 51 public static readonly BindableProperty SelectedItemProperty = BindableProperty.Create(nameof(SelectedItem), typeof(object), typeof(ListView), null, BindingMode.OneWayToSource,