CardHitInfo.RowHandle Property
Gets or sets a value identifying the card that contains the test point.
Namespace: DevExpress.XtraGrid.Views.Card.ViewInfo
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value representing the handle of the card that contains the test point. GridControl.InvalidRowHandle if no card is located under the test point. |
Remarks
For detailed information on using row (card) handles, see the Rows document.
See Also