0 votes
in Xamarin Exordium by
What are the types of data binding modes in Xamarin?

1 Answer

0 votes
by

The different types of data binding modes are:

  • Default
  • One way: changes in the source affect the target
  • Two way: Changes in the source and destination affect each other
...