4 references to Label
Microsoft.Maui.Controls (3)
Cells\EntryCell.cs (2)
14
/// <summary>Bindable property for <see cref="
Label
"/>.</summary>
15
public static readonly BindableProperty LabelProperty = BindableProperty.Create(nameof(
Label
), typeof(string), typeof(EntryCell), null);
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (1)
126
cell.TextLabel.Text = entryCell.
Label
;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\EntryCellRenderer.cs (1)
119
cell.TextLabel.Text = entryCell.
Label
;