Back to Devexpress

RowClickEventArgs.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-rowclickeventargs-be5d1dcb.md

latest1.3 KB
Original Source

RowClickEventArgs.RowHandle Property

Gets the handle of the clicked row.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public int RowHandle { get; }
vb
Public ReadOnly Property RowHandle As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the handle of the clicked row.

|

Remarks

For information on row handles, see Rows.

See Also

RowClickEventArgs Class

RowClickEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace