---
title: "What is a DependencyProperty?"  
description: "What is a DependencyProperty?"  
author: "Anonymous User"  
published: 2013-10-14  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1807/what-is-a-dependencyproperty  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# What is a DependencyProperty?

**DependencyProperty** 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.

## Answers

### Answer by Anonymous User

**DependencyProperty** 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.


---

Original Source: https://www.mindstick.com/interview/1807/what-is-a-dependencyproperty

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
