Skip to main content
All docs
V25.1
  • ColumnViewHyperlinkClickEventArgs.RowHandle Property

    Gets an item’s handle.

    Namespace: DevExpress.XtraGrid.Views.Base

    Assembly: DevExpress.XtraGrid.v25.1.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