4 references to Placeholder
Microsoft.Maui.Controls (3)
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);
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (1)
138
cell.TextField.Placeholder = entryCell.
Placeholder
;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\EntryCellRenderer.cs (1)
129
cell.TextField.Placeholder = entryCell.
Placeholder
;