2 references to DetailProperty
Microsoft.Maui.Controls (2)
Cells\TextCell.cs (2)
70
get { return (string)GetValue(
DetailProperty
); }
71
set { SetValue(
DetailProperty
, value); }