3 references to DetailColorProperty
Microsoft.Maui.Controls (3)
Cells\TextCell.cs (2)
77 get { return (Color)GetValue(DetailColorProperty); } 78 set { SetValue(DetailColorProperty, value); }
Compatibility\Handlers\ListView\iOS\TextCellRenderer.cs (1)
69 else if (args.PropertyName == TextCell.DetailColorProperty.PropertyName)