Skip to main content
All docs
V23.2

ColumnViewHyperlinkClickEventArgs.RowHandle Property

Gets an item’s handle.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public int RowHandle { get; }

Property Value

Type Description
Int32

An integer value that identifies an item (data row).

See Also