Explain one way, two way, one time and one way to source?
Answer Posted / Gaurav Khare
{"In WPF data binding, the source determines how the UI updates the underlying data or vice versa.n1. One Way (OneTime): The data flows only from the source (data) to the target (UI). It gets updated once when it is loaded and does not change unless the original data changes.n2. One Way To Source: The data flows only from the UI to the source (data). This is useful for UI controls that modify data.n3. Two Way: Data can flow both ways between the source (data) and the target (UI). Any updates in either direction will be reflected immediately.n4. One Time To Source: Similar to OneWay, but it gets updated once when the property changes instead of at load time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category