---
title: "DataGridViewCheckBoxColumn"  
description: "DataGridViewCheckBoxColumn"  
author: "Chris Anderson"  
published: 2011-12-16  
updated: 2011-12-17  
canonical: https://www.mindstick.com/forum/368/datagridviewcheckboxcolumn  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# DataGridViewCheckBoxColumn

Hi,\
\
I want to know, how to get checked changed [value](https://www.mindstick.com/articles/23219/an-optimized-description-adds-value-to-experience-and-in-turn-effectively-guest-posting-packages) from [datagridview](https://www.mindstick.com/articles/607/working-with-datagridview-in-vc-sharp) [checkbox](https://www.mindstick.com/articles/291/how-should-use-checkbox-control-in-vb-dot-net) cell?\
\
Thanks in advance.

## Replies

### Reply by Anonymous User

Hi Rohit,\
\
you can use the following code to get the checked changed value from the datagridview checkbox cell:\
\
bool result = Convert.ToBoolean(datagridView1.Rows[r].Cells[c].EditedFormattedValue);\
\
I think this will help you.


---

Original Source: https://www.mindstick.com/forum/368/datagridviewcheckboxcolumn

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
