---
title: "How to get the particular row value in  DevExpress GridControl using wpf?"  
description: "How to get the particular row value in  DevExpress GridControl using wpf?"  
author: "Anonymous User"  
published: 2013-08-08  
updated: 2013-08-09  
canonical: https://www.mindstick.com/forum/1359/how-to-get-the-particular-row-value-in-devexpress-gridcontrol-using-wpf  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# How to get the particular row value in  DevExpress GridControl using wpf?

How to get the particular [row](https://www.mindstick.com/forum/1212/this-row-already-belongs-to-this-table) [value](https://www.mindstick.com/articles/23219/an-optimized-description-adds-value-to-experience-and-in-turn-effectively-guest-posting-packages) in [DevExpress](https://www.mindstick.com/forum/34326/fill-devexpress-gridview-with-list) GridControl using [wpf](https://www.mindstick.com/forum/304/wpf)?

## Replies

### Reply by shreesh chandra shukla

Hi!

You can try below code for getting the entire row value in DevExpress GridContol using wpf.

var rowValue=gridControl.GetFocusedRow();

thanks


---

Original Source: https://www.mindstick.com/forum/1359/how-to-get-the-particular-row-value-in-devexpress-gridcontrol-using-wpf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
