2 references to Label
Microsoft.Maui.Controls (2)
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);