In WPF (Windows Presentation Foundation), what is the primary concept used for data binding?

  • Attached Properties
  • CLR Properties
  • Dependency Properties
  • Routed Events
In WPF, the primary concept used for data binding is Dependency Properties. These properties extend the CLR property system by providing a way to change property values without requiring code updates. They enable powerful data binding scenarios in WPF applications, facilitating the automatic propagation of changes from the data source to the UI elements.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *