3 references to DetailProperty
Microsoft.Maui.Controls (2)
Cells\TextCell.cs (2)
70
get { return (string)GetValue(
DetailProperty
); }
71
set { SetValue(
DetailProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\TextCellRenderer.cs (1)
63
else if (args.PropertyName == TextCell.
DetailProperty
.PropertyName)