Back to Devexpress

LayoutViewHitInfo.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-viewinfo-dot-layoutviewhitinfo-15ebcb64.md

latest1.6 KB
Original Source

LayoutViewHitInfo.RowHandle Property

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

Namespace : DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
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

Rows

LayoutViewHitInfo Class

LayoutViewHitInfo Members

DevExpress.XtraGrid.Views.Layout.ViewInfo Namespace