Lesson 27 - DependencyProperties in C# .NET WPF
In first WPF lessons, we've learned about principles
of data binding and the INotifyPropertyChanged
interface. We
know that these are powerful tools and are even necessary to build more robust
applications. Otherwise, manually, it'd be very difficult to make sure form data
are up-to-date with the data in the application.
In addition to INotifyPropertyChanged
, WPF has another tool that
can also automatically respond to value changes of a property. This tool is
called Dependency Properties.
Dependency Properties
WPF went for it from scratch and came up with an innovation of C# properties. The concept of Dependency Properties is much more complex and powerful.
All WPF controls are built on Dependency Properties internally.
That's so they can support data binding even in the opposite direction. This way
it's internally possible that a TextBlock
changes its
Text
, which is a DependencyProperty
and not a common
CLR
property, as we've probably thought so far.
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
We'll talk about what can DependencyProperties in WPF do extra than classic C# properties in combination with INotifyPropertyChanged and where to use them.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.