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