---
title: "Is x:Static the same as a data binding?"  
description: "Is x:Static the same as a data binding?"  
author: "Anonymous User"  
published: 2013-10-14  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1813/is-x-static-the-same-as-a-data-binding  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# Is x:Static the same as a data binding?

x:Static is another markup extension that is different from the data binding markup extension. It is used to retrieve data from static value members on classes.

## Answers

### Answer by Anonymous User

x:Static is another markup extension that is different from the data binding markup extension. It is used to retrieve data from static value members on classes.


---

Original Source: https://www.mindstick.com/interview/1813/is-x-static-the-same-as-a-data-binding

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
