What are the different Data Binding Modes in Windows Presentation Foundation?

 Posted by Shantanupatel on 3/6/2012 | Category: WPF Interview questions | Views: 4060 | Points: 40
Answer:

The different Data Binding Modes are:
1) OneWay: The target is updated when the source changes.
2) TwoWay: The target is updated when the source changes, and similarly, the source is updated when the target changes.
3) OneWayToSource: Only the source is updated when the target changes.
4) OneTime: The target is updated only the first time the source changes.


Source: Interview | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response