InterviewSolution
Saved Bookmarks
| 1. |
Why we need dependency property in WPF? |
|
Answer» In WPF dependency PROPERTY is used to extend CLR property. This is a special type of FUNCTIONALITY that WPF supports. A CLASS in which dependency property is defined can be inherited with the USE of DependencyObject class. |
|