How to verify if a DataGridViewCheckBoxCell is Checked

前端 未结 7 1591
小鲜肉
小鲜肉 2021-01-11 10:45

I have bound a data table to a DataGridView, this data table has a column called \"Status\" which is of type Boolean. I can set the value to

7条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-11 11:28

    I have no prior experience in this, but I guess you should check the value of the column or property.

    Try to have a look to this example:

    http://programmingwithstyle.blogspot.com/2007/06/how-to-get-from-datagridviewcheckboxcel.html

提交回复
热议问题