Skip to main content

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.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 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