I want to do something like this:
textLabel_inCell.TextColor = Color.Black;
but Visual Studio shows an error:
\"textLabel_inCell doesn
In case of changing Xaml values programmatically either use Converters or Triggers .