Skip to main content
A newer version of this page is available. .

ClipboardRowPastingEventArgs.RowHandle Property

Returns the unique identifier (handle) of the currently processed row.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public int RowHandle { get; }

Property Value

Type Description
Int32

An integer value that represents the unique identifier (handle) of the currently processed row.

See Also