Hi all,
I’m using DevExpress XtraGrid control in a C#.Net application. I’mbinding the values from one table to a grid, and the table contains one bit field: Authorized. So the grid displays that column with a checkBox. I want to get that checkBox object or get the event of that control.

You may use the gridView.ActiveEditor property to get a reference of the currently open editor. It is available within the CellValueChanged event handler.