DependencyProperty in wpf
what are the advantages of Dependency Property. where it is used in wpf? sample code?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhosh Kumar JayaramanPosted Oct 10, 2012, 3:34 AM
So they're like normal properties, but their value can be automatically computed from the values of other properties.
Check this for sample code
http://www.switchonthecode.com/tutorials/wpf-tutorial-introduction-to-dependency-properties
http://www.betterthaneveryone.com/archive/2010/01/24/wpf-silverlight-xaml-and-dependency-properties.aspx