How to whether a checkbox in a dev express grid is enabled or disabled ?
My application have a checkbox in 3rd row of dev express grid. but before doing any operation on the checkbox i want to know whether that checkbox is enabled or disabled. How can we find this? can yo...