Back to Devexpress

ClipboardRowCopyingEventArgs.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-clipboardrowcopyingeventargs-24e513db.md

latest1.4 KB
Original Source

ClipboardRowCopyingEventArgs.RowHandle Property

Returns the row handle of a row that triggered this event.

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

The row handle.

|

See Also

ClipboardRowCopyingEventArgs Class

ClipboardRowCopyingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace