Skip to main content

LayoutViewHitInfo.RowHandle Property

Gets a row handle that identifies the card containing the test point.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public int RowHandle { get; set; }

Property Value

Type Description
Int32

An integer value that represents the row handle identifying the current card. The GridControl.InvalidRowHandle value, if the test point doesn’t belong to any card.

See Also