How to get the selected row index in Devexpress Xtragrid Control using C# and VB.NET
To get the selected row index in Devexpress Xtragrid Control using C# and VB.NET you can use the snippet below. Samples Sample C# int selectedRowIndex = gridView1.FocusedRowHandle; Sample VB.NET Dim selectedRowIndex as Integer = gridView1.FocusedRowHandle Compatibility: .NET 2.0 .NET 3.0 ...













