2 references to Text
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
11
/// <summary>Bindable property for <see cref="
Text
"/>.</summary>
12
public static readonly BindableProperty TextProperty = BindableProperty.Create(nameof(
Text
), typeof(string), typeof(EntryCell), null, BindingMode.TwoWay);