
Xamarin Forms Binding Tips
2019, Oct 14
XAML Binding
Only can bind Public Property not public Field
Nested Object
Again, Public Property Only.
TimeSpan
StartTime is DateTime.
<Label
Text="{Binding StartTime.TimeOfDay, StringFormat='{}{0:hh\\:mm}'}"
Style="{DynamicResource ListItemDetailTextStyle}"
VerticalTextAlignment="Center" />