Implemented interface member:
property
ReturnType
Microsoft.Maui.IEntry.ReturnType
4 references to ReturnType
Microsoft.Maui.Controls (3)
Entry\Entry.cs (3)
15 /// Backing store for the <see cref="ReturnType"/> property. 17 public static readonly BindableProperty ReturnTypeProperty = BindableProperty.Create(nameof(ReturnType), typeof(ReturnType), typeof(Entry), ReturnType.Default); 58 /// Backing store for the <see cref="ReturnType"/> property.
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\EntryRenderer.cs (1)
419 Control.ReturnKeyType = Element.ReturnType.ToUIReturnKeyType();