4 references to Text
Microsoft.Maui.Controls (4)
Cells\SwitchCell.cs (2)
17
/// <summary>Bindable property for <see cref="
Text
"/>.</summary>
18
public static readonly BindableProperty TextProperty = BindableProperty.Create(nameof(
Text
), typeof(string), typeof(SwitchCell), default(string));
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (2)
51
tvc.TextLabel.Text = boolCell.
Text
;
76
realCell.TextLabel.Text = boolCell.
Text
;