LayoutViewHitInfo.RowHandle Property
Gets a row handle that identifies the card containing the test point.
Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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