Skip to main content

GridHitInfo.RowHandle Property

Gets or sets the handle of the row located under the test point.

Namespace: DevExpress.XtraGrid.Views.Grid.ViewInfo

Assembly: DevExpress.XtraGrid.v23.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public int RowHandle { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the handle of the row located under the test point. The GridControl.InvalidRowHandle value if the test point doesn’t belong to any row.

Remarks

See Rows, to learn about row handles.

See Also