When you need to double click on a row/cell on a DevExpress XtraGrid, you need to validate that To validate the double click add an event handler the the GridControl's GridView Dim p As Point = oSender.GridControl.PointToClient(Control.MousePosition).
It is an unofficial and free devexpress ebook created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at...