4 references to Detail
Microsoft.Maui.Controls (2)
Cells\TextCell.cs (2)
44 /// <summary>Bindable property for <see cref="Detail"/>.</summary> 45 public static readonly BindableProperty DetailProperty = BindableProperty.Create(nameof(Detail), typeof(string), typeof(TextCell), default(string));
Microsoft.Maui.Controls.Compatibility (2)
iOS\Cells\TextCellRenderer.cs (2)
37 tvc.DetailTextLabel.Text = textCell.Detail; 65 tvc.DetailTextLabel.Text = ((TextCell)tvc.Cell).Detail;