Skip to main content
A newer version of this page is available. .

LayoutViewHitInfo.RowHandle Property

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

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v21.2.dll

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

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