3 references to SelectedItem
Microsoft.Maui.Controls (3)
Picker\Picker.cs (3)
44 /// <summary>Bindable property for <see cref="SelectedItem"/>.</summary> 46 BindableProperty.Create(nameof(SelectedItem), typeof(object), typeof(Picker), null, BindingMode.TwoWay, 468 return $"Items = {ItemsSource?.Count ?? 0}, SelectedItem = {SelectedItem}, {base.GetDebuggerDisplay()}";