3 references to Placeholder
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
17
/// <summary>Bindable property for <see cref="
Placeholder
"/>.</summary>
18
public static readonly BindableProperty PlaceholderProperty = BindableProperty.Create(nameof(
Placeholder
), typeof(string), typeof(EntryCell), null);
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\EntryCellRenderer.cs (1)
152
_view.EditText.Hint = entryCell.
Placeholder
;