4 references to TextProperty
Microsoft.Maui.Controls (4)
Cells\TextCell.cs (2)
84 get { return (string)GetValue(TextProperty); } 85 set { SetValue(TextProperty, value); }
ListView\ListView.cs (1)
417 textCell.SetBinding(TextCell.TextProperty, static (object cell) => cell, BindingMode.OneWay, _toStringValueConverter);
TemplatedItemsList.cs (1)
764 TextCell.TextProperty,