Skip to main content
A newer version of this page is available. .
All docs
V22.2

ColumnViewHyperlinkClickEventArgs.RowHandle Property

Gets an item’s handle.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public int RowHandle { get; }

Property Value

Type Description
Int32

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

See Also