What is a DependencyProperty?
3517
14-Oct-2013
Anonymous User
14-Oct-2013DependencyProperty is represents a property that can be set through methods such as, styling, data binding, animation, and inheritance.The main reason to create DependencyProperty is when we write own WPF control. DependencyProperties can be used as binding source and target, and can be animated.Properties of all framework's controls are implemented as DependencyProperty, that why we can make powerful data binding in XAML.