Back to Devexpress

ClipboardRowPastingEventArgs.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-clipboardrowpastingeventargs-3bc640d4.md

latest1.5 KB
Original Source

ClipboardRowPastingEventArgs.RowHandle Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public int RowHandle { get; }
vb
Public ReadOnly Property RowHandle As Integer

Property Value

TypeDescription
Int32

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

|

See Also

Rows

GetRow(Int32)

ClipboardRowPastingEventArgs Class

ClipboardRowPastingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace