2 references to DetailColorProperty
Microsoft.Maui.Controls (2)
Cells\TextCell.cs (2)
77 get { return (Color)GetValue(DetailColorProperty); } 78 set { SetValue(DetailColorProperty, value); }