Implemented interface member:
property
Title
Microsoft.Maui.IPicker.Title
2 references to Title
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
24
/// <summary>Bindable property for <see cref="
Title
"/>.</summary>
26
BindableProperty.Create(nameof(
Title
), typeof(string), typeof(Picker), default(string));