Implemented interface member:
property
Title
Microsoft.Maui.IPicker.Title
3 references to Title
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
26
/// <summary>Bindable property for <see cref="
Title
"/>.</summary>
28
BindableProperty.Create(nameof(
Title
), typeof(string), typeof(Picker), default(string));
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PickerRenderer.cs (1)
221
var formatted = (FormattedString)Element.
Title
;